C# 클래스 Microsoft.Research.DataOnboarding.Core.BaseException

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

공개 메소드들

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

Adds exception properties to the serialization object.

보호된 메소드들

메소드 설명
BaseException ( ) : System

Initializes a new instance of the BaseException class.

BaseException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the BaseException class.

BaseException ( string message ) : System

Initializes a new instance of the BaseException class.

BaseException ( string message, Exception inner ) : System

Initializes a new instance of the BaseException class.

BaseException ( string message, ICollection errors ) : System

Initializes a new instance of the BaseException class.

메소드 상세

BaseException() 보호된 메소드

Initializes a new instance of the BaseException class.
protected BaseException ( ) : System
리턴 System

BaseException() 보호된 메소드

Initializes a new instance of the BaseException class.
protected BaseException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo Serialized object data
context System.Runtime.Serialization.StreamingContext Source and destination of a given serialized stream
리턴 System

BaseException() 보호된 메소드

Initializes a new instance of the BaseException class.
protected BaseException ( string message ) : System
message string Error message
리턴 System

BaseException() 보호된 메소드

Initializes a new instance of the BaseException class.
protected BaseException ( string message, Exception inner ) : System
message string Error message
inner System.Exception Nested exception
리턴 System

BaseException() 보호된 메소드

Initializes a new instance of the BaseException class.
protected BaseException ( string message, ICollection errors ) : System
message string Error message
errors ICollection Collection of errors
리턴 System

GetObjectData() 공개 메소드

Adds exception properties to the serialization object.
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo Serialized object data
context System.Runtime.Serialization.StreamingContext Source and destination of a given serialized stream
리턴 void