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
infoSerializationInfocontextStreamingContext
EndpointNotFoundException(string)
public EndpointNotFoundException(string message)
Parameters
messagestring
EndpointNotFoundException(string, Exception)
public EndpointNotFoundException(string message, Exception innerException)