Table of Contents

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 SerializationInfo
context StreamingContext

CommandException(string)

public CommandException(string message)

Parameters

message string

CommandException(string, Exception)

public CommandException(string message, Exception innerException)

Parameters

message string
innerException Exception