Thrown when an underlying protocol threw an Exception, or received a Serialized Exception from the server side. More...
Public Member Functions | |
CommunicationMIPException (SerializationInfo info, StreamingContext context) | |
CommunicationMIPException (string message) | |
CommunicationMIPException (string message, Exception innerException) | |
void | FormatExtraMessage () |
Called when the error codes has been filled out to assist with additional text on the message. | |
override void | GetObjectData (SerializationInfo info, StreamingContext context) |
![]() | |
MIPException () | |
MIPException (SerializationInfo info, StreamingContext context) | |
MIPException (string message) | |
MIPException (string message, Exception innerException) | |
Properties | |
int | ErrorCode [get, set] |
Protocol error. | |
int | ErrorNumber [get, set] |
Milestone error number. | |
String | ExtraMessage [get, set] |
Text appended to the default message interpreting the error code information. | |
override string | Message [get] |
Extend the base Message with an interpreted version of the error codes. | |
int | SubErrorNumber [get, set] |
Milestone sub error number. | |
Thrown when an underlying protocol threw an Exception, or received a Serialized Exception from the server side.
|
inline |
|
inline |
|
inline |
|
inline |
Called when the error codes has been filled out to assist with additional text on the message.
|
inline |
|
getset |
Protocol error.
|
getset |
Milestone error number.
|
getset |
Text appended to the default message interpreting the error code information.
|
get |
Extend the base Message with an interpreted version of the error codes.
|
getset |
Milestone sub error number.