C# Class NServiceBus.Unicast.Transport.RabbitMQ.MessageHandlingException

Inheritance: System.Exception
显示文件 Open project: machine/machine.mta

Public Methods

Method Description
MessageHandlingException ( ) : System
MessageHandlingException ( string message ) : System
MessageHandlingException ( string message, Exception innerException ) : System
MessageHandlingException ( string message, Exception startedProcessingException, Exception receivingException, Exception finishedProcessingException ) : System

Protected Methods

Method Description
MessageHandlingException ( SerializationInfo info, StreamingContext context ) : System

Method Details

MessageHandlingException() public method

public MessageHandlingException ( ) : System
return System

MessageHandlingException() protected method

protected MessageHandlingException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

MessageHandlingException() public method

public MessageHandlingException ( string message ) : System
message string
return System

MessageHandlingException() public method

public MessageHandlingException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System

MessageHandlingException() public method

public MessageHandlingException ( string message, Exception startedProcessingException, Exception receivingException, Exception finishedProcessingException ) : System
message string
startedProcessingException System.Exception
receivingException System.Exception
finishedProcessingException System.Exception
return System