C# Класс IronPigeon.InvalidMessageException

An exception thrown when an error occurs while reading a message.
Наследование: System.Exception
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
InvalidMessageException ( ) : System

Initializes a new instance of the InvalidMessageException class.

InvalidMessageException ( string message ) : System

Initializes a new instance of the InvalidMessageException class.

InvalidMessageException ( string message, Exception inner ) : System

Initializes a new instance of the InvalidMessageException class.

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

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

Initializes a new instance of the InvalidMessageException class.
public InvalidMessageException ( ) : System
Результат System

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

Initializes a new instance of the InvalidMessageException class.
public InvalidMessageException ( string message ) : System
message string The message that describes the error.
Результат System

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

Initializes a new instance of the InvalidMessageException class.
public InvalidMessageException ( string message, Exception inner ) : System
message string The error message that explains the reason for the exception.
inner System.Exception The inner exception.
Результат System