Method | Description | |
---|---|---|
MatterCenterException ( ) : System |
Empty Constructor
|
|
MatterCenterException ( string customErrorMessage ) : System |
Parameterized constructor for error message
|
|
MatterCenterException ( string customErrorMessage, |
Parameterized constructor for error message and Exception object
|
|
MatterCenterException ( string customErrorCode, string customErrorMessage ) : System |
Parameterized constructor for error code and message
|
Method | Description | |
---|---|---|
MatterCenterException ( |
Parameterized constructor for SerializationInfo and Streaming Context object
|
protected MatterCenterException ( |
||
serializationInfo | SerializationInfo object | |
streamingContext | Streaming Context object | |
return | System |
public MatterCenterException ( string customErrorMessage ) : System | ||
customErrorMessage | string | Custom error message |
return | System |
public MatterCenterException ( string customErrorMessage, |
||
customErrorMessage | string | Custom error message |
exception | Exception Object | |
return | System |
public MatterCenterException ( string customErrorCode, string customErrorMessage ) : System | ||
customErrorCode | string | Custom error code |
customErrorMessage | string | Custom error message |
return | System |