C# Класс Adf.Core.Messaging.MessageDefinitionNotFoundException

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

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

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

Initializes a new instance of the Adf.Core.Messaging.MessageDefinitionNotFoundException class.

MessageDefinitionNotFoundException ( string message ) : System

Initializes a new instance of the Adf.Core.Messaging.MessageDefinitionNotFoundException class with a specified error message.

MessageDefinitionNotFoundException ( string message, Exception innerException ) : System

Initializes a new instance of the Adf.Core.Messaging.MessageDefinitionNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.

MessageDefinitionNotFoundException ( string definitionFileName, string messageName, string tableName ) : System

Initializes a new instance of the Adf.Core.Messaging.MessageDefinitionNotFoundException class.

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

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

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

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

Initializes a new instance of the Adf.Core.Messaging.MessageDefinitionNotFoundException class with a specified error message.
public MessageDefinitionNotFoundException ( string message ) : System
message string The message that describes the error.
Результат System

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

Initializes a new instance of the Adf.Core.Messaging.MessageDefinitionNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public MessageDefinitionNotFoundException ( string message, Exception innerException ) : System
message string The error message that explains the reason for the exception.
innerException System.Exception The exception that is the cause of the current exception, /// or a null reference if no inner exception is specified.
Результат System

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

Initializes a new instance of the Adf.Core.Messaging.MessageDefinitionNotFoundException class.
public MessageDefinitionNotFoundException ( string definitionFileName, string messageName, string tableName ) : System
definitionFileName string
messageName string
tableName string
Результат System