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