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
info
SerializationInfocontext
StreamingContext
CommandException(string)
public CommandException(string message)
Parameters
message
string
CommandException(string, Exception)
public CommandException(string message, Exception innerException)