C# 클래스 Tortuga.Chain.MappingException

상속: System.Data.DataException
파일 보기 프로젝트 열기: docevaad/Chain

공개 메소드들

메소드 설명
MappingException ( ) : System

Initializes a new instance of the MappingException class.

MappingException ( string message ) : System

Initializes a new instance of the MappingException class.

MappingException ( string message, Exception innerException ) : System

Initializes a new instance of the MappingException class.

보호된 메소드들

메소드 설명
MappingException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the MappingException class.

메소드 상세

MappingException() 공개 메소드

Initializes a new instance of the MappingException class.
public MappingException ( ) : System
리턴 System

MappingException() 보호된 메소드

Initializes a new instance of the MappingException class.
protected MappingException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The data necessary to serialize or deserialize an object.
context System.Runtime.Serialization.StreamingContext Description of the source and destination of the specified serialized stream.
리턴 System

MappingException() 공개 메소드

Initializes a new instance of the MappingException class.
public MappingException ( string message ) : System
message string The message that describes the error.
리턴 System

MappingException() 공개 메소드

Initializes a new instance of the MappingException class.
public MappingException ( 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. If the parameter is not a null reference (Nothing in Visual Basic), the current exception is raised in a catch block that handles the inner exception.
리턴 System