C# Класс NServiceBus.Unicast.Transport.RabbitMQ.MessageHandlingException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
MessageHandlingException ( ) : System
MessageHandlingException ( string message ) : System
MessageHandlingException ( string message, Exception innerException ) : System
MessageHandlingException ( string message, Exception startedProcessingException, Exception receivingException, Exception finishedProcessingException ) : System

Защищенные методы

Метод Описание
MessageHandlingException ( SerializationInfo info, StreamingContext context ) : System

Описание методов

MessageHandlingException() публичный Метод

public MessageHandlingException ( ) : System
Результат System

MessageHandlingException() защищенный Метод

protected MessageHandlingException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

MessageHandlingException() публичный Метод

public MessageHandlingException ( string message ) : System
message string
Результат System

MessageHandlingException() публичный Метод

public MessageHandlingException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System

MessageHandlingException() публичный Метод

public MessageHandlingException ( string message, Exception startedProcessingException, Exception receivingException, Exception finishedProcessingException ) : System
message string
startedProcessingException System.Exception
receivingException System.Exception
finishedProcessingException System.Exception
Результат System