Class EndpointNotFoundException
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public class EndpointNotFoundException : MassTransitException, ISerializable
- Inheritance
-
EndpointNotFoundException
- Implements
- Inherited Members
- Extension Methods
Constructors
EndpointNotFoundException()
public EndpointNotFoundException()
EndpointNotFoundException(SerializationInfo, StreamingContext)
protected EndpointNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
EndpointNotFoundException(string)
public EndpointNotFoundException(string message)
Parameters
message
string
EndpointNotFoundException(string, Exception)
public EndpointNotFoundException(string message, Exception innerException)