VideoOS.Platform.CommunicationMIPException Class Reference

Thrown when an underlying protocol threw an Exception, or received a Serialized Exception from the server side. More...

Inheritance diagram for VideoOS.Platform.CommunicationMIPException:
VideoOS.Platform.MIPException VideoOS.Platform.EndpointNotFoundCommunicationMIPException VideoOS.Platform.TimeoutCommunicationMIPException

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)
 
- Public Member Functions inherited from VideoOS.Platform.MIPException
 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.
 

Detailed Description

Thrown when an underlying protocol threw an Exception, or received a Serialized Exception from the server side.

Constructor & Destructor Documentation

◆ CommunicationMIPException() [1/3]

VideoOS.Platform.CommunicationMIPException.CommunicationMIPException ( string message)
inline

◆ CommunicationMIPException() [2/3]

VideoOS.Platform.CommunicationMIPException.CommunicationMIPException ( string message,
Exception innerException )
inline

◆ CommunicationMIPException() [3/3]

VideoOS.Platform.CommunicationMIPException.CommunicationMIPException ( SerializationInfo info,
StreamingContext context )
inline

Member Function Documentation

◆ FormatExtraMessage()

void VideoOS.Platform.CommunicationMIPException.FormatExtraMessage ( )
inline

Called when the error codes has been filled out to assist with additional text on the message.

◆ GetObjectData()

override void VideoOS.Platform.CommunicationMIPException.GetObjectData ( SerializationInfo info,
StreamingContext context )
inline

Property Documentation

◆ ErrorCode

int VideoOS.Platform.CommunicationMIPException.ErrorCode
getset

Protocol error.

◆ ErrorNumber

int VideoOS.Platform.CommunicationMIPException.ErrorNumber
getset

Milestone error number.

◆ ExtraMessage

String VideoOS.Platform.CommunicationMIPException.ExtraMessage
getset

Text appended to the default message interpreting the error code information.

◆ Message

override string VideoOS.Platform.CommunicationMIPException.Message
get

Extend the base Message with an interpreted version of the error codes.

◆ SubErrorNumber

int VideoOS.Platform.CommunicationMIPException.SubErrorNumber
getset

Milestone sub error number.