C# Class Microsoft.Legal.MatterCenter.Utility.MatterCenterException

Inheritance: System.Exception
ファイルを表示 Open project: Microsoft/mattercenter Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
MatterCenterException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

Parameterized constructor for SerializationInfo and Streaming Context object

Method Details

MatterCenterException() public method

Empty Constructor
public MatterCenterException ( ) : System
return System

MatterCenterException() protected method

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
return System

MatterCenterException() public method

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

MatterCenterException() public method

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
return System

MatterCenterException() public method

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