VideoOS.Platform.TimeoutCommunicationMIPException Class Reference

Thrown when a timeout has happened on an underlying session. More...

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

Public Member Functions

 TimeoutCommunicationMIPException (SerializationInfo info, StreamingContext context)
 
 TimeoutCommunicationMIPException (string message)
 
- Public Member Functions inherited from VideoOS.Platform.CommunicationMIPException
 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)
 

Additional Inherited Members

- Properties inherited from VideoOS.Platform.CommunicationMIPException
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 a timeout has happened on an underlying session.

Constructor & Destructor Documentation

◆ TimeoutCommunicationMIPException() [1/2]

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

◆ TimeoutCommunicationMIPException() [2/2]

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