C# 클래스 Moo.MappingException

파일 보기 프로젝트 열기: dclucas/MOO

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

When overridden in a derived class, sets the T:System.Runtime.Serialization.SerializationInfo with information about the exception.

MappingException ( ) : System

Initializes a new instance of the MappingException class.

MappingException ( Type sourceType, Type targetType, string sourceMember, string targetMember ) : System

Initializes a new instance of the MappingException class.

MappingException ( Type sourceType, Type targetType, string sourceMember, string targetMember, Exception innerException ) : 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 inner ) : System

Initializes a new instance of the MappingException class.

MappingException ( string message, Type sourceType, Type targetType, string sourceMember, string targetMember, 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.

메소드 상세

GetObjectData() 공개 메소드

When overridden in a derived class, sets the T:System.Runtime.Serialization.SerializationInfo with information about the exception.
/// The parameter is a null reference (Nothing in Visual Basic). ///
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo /// The that holds the /// serialized object data about the exception being thrown. ///
context System.Runtime.Serialization.StreamingContext /// The that contains /// contextual information about the source or destination. ///
리턴 void

MappingException() 공개 메소드

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

MappingException() 보호된 메소드

Initializes a new instance of the MappingException class.
/// The parameter is null. /// /// The class name is null or is zero (0). ///
protected MappingException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo /// The that holds the serialized object /// data about the exception being thrown. ///
context System.Runtime.Serialization.StreamingContext /// The that contains contextual /// information about the source or destination. ///
리턴 System

MappingException() 공개 메소드

Initializes a new instance of the MappingException class.
public MappingException ( Type sourceType, Type targetType, string sourceMember, string targetMember ) : System
sourceType System.Type Type of the source.
targetType System.Type Type of the target.
sourceMember string The source member.
targetMember string The target member.
리턴 System

MappingException() 공개 메소드

Initializes a new instance of the MappingException class.
public MappingException ( Type sourceType, Type targetType, string sourceMember, string targetMember, Exception innerException ) : System
sourceType System.Type Type of the source.
targetType System.Type Type of the target.
sourceMember string The source member.
targetMember string The target member.
innerException System.Exception The inner exception.
리턴 System

MappingException() 공개 메소드

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

MappingException() 공개 메소드

Initializes a new instance of the MappingException class.
public MappingException ( string message, Exception inner ) : System
message string The exception message.
inner System.Exception The inner exception.
리턴 System

MappingException() 공개 메소드

Initializes a new instance of the MappingException class.
public MappingException ( string message, Type sourceType, Type targetType, string sourceMember, string targetMember, Exception innerException ) : System
message string The exception message.
sourceType System.Type Type of the source.
targetType System.Type Type of the target.
sourceMember string The source member.
targetMember string The target member.
innerException System.Exception The inner exception.
리턴 System