C# 클래스 Adf.Core.Messaging.MessageDefinitionNotFoundException

상속: System.Exception
파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
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