C# 클래스 Microsoft.Legal.MatterCenter.Utility.MatterCenterException

상속: System.Exception
파일 보기 프로젝트 열기: Microsoft/mattercenter 1 사용 예제들

공개 메소드들

메소드 설명
MatterCenterException ( ) : System

Empty Constructor

MatterCenterException ( string customErrorMessage ) : System

Parameterized constructor for error message

MatterCenterException ( string customErrorMessage, Exception exception ) : System

Parameterized constructor for error message and Exception object

MatterCenterException ( string customErrorCode, string customErrorMessage ) : System

Parameterized constructor for error code and message

보호된 메소드들

메소드 설명
MatterCenterException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

Parameterized constructor for SerializationInfo and Streaming Context object

메소드 상세

MatterCenterException() 공개 메소드

Empty Constructor
public MatterCenterException ( ) : System
리턴 System

MatterCenterException() 보호된 메소드

Parameterized constructor for SerializationInfo and Streaming Context object
protected MatterCenterException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo SerializationInfo object
streamingContext System.Runtime.Serialization.StreamingContext Streaming Context object
리턴 System

MatterCenterException() 공개 메소드

Parameterized constructor for error message
public MatterCenterException ( string customErrorMessage ) : System
customErrorMessage string Custom error message
리턴 System

MatterCenterException() 공개 메소드

Parameterized constructor for error message and Exception object
public MatterCenterException ( string customErrorMessage, Exception exception ) : System
customErrorMessage string Custom error message
exception System.Exception Exception Object
리턴 System

MatterCenterException() 공개 메소드

Parameterized constructor for error code and message
public MatterCenterException ( string customErrorCode, string customErrorMessage ) : System
customErrorCode string Custom error code
customErrorMessage string Custom error message
리턴 System