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

Inheritance: System.Exception
Afficher le fichier Open project: machine/machine.mta

Méthodes publiques

Méthode Description
MessageHandlingException ( ) : System
MessageHandlingException ( string message ) : System
MessageHandlingException ( string message, Exception innerException ) : System
MessageHandlingException ( string message, Exception startedProcessingException, Exception receivingException, Exception finishedProcessingException ) : System

Méthodes protégées

Méthode Description
MessageHandlingException ( SerializationInfo info, StreamingContext context ) : System

Method Details

MessageHandlingException() public méthode

public MessageHandlingException ( ) : System
Résultat System

MessageHandlingException() protected méthode

protected MessageHandlingException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

MessageHandlingException() public méthode

public MessageHandlingException ( string message ) : System
message string
Résultat System

MessageHandlingException() public méthode

public MessageHandlingException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System

MessageHandlingException() public méthode

public MessageHandlingException ( string message, Exception startedProcessingException, Exception receivingException, Exception finishedProcessingException ) : System
message string
startedProcessingException System.Exception
receivingException System.Exception
finishedProcessingException System.Exception
Résultat System