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