VideoOS.Platform.ArgumentMIPException Class Reference

Throw by MIP Environment when an argument is incorrect. Check innerException for more info. More...

Inheritance diagram for VideoOS.Platform.ArgumentMIPException:
VideoOS.Platform.MIPException VideoOS.Platform.ArgumentNullMIPException

Public Member Functions

 ArgumentMIPException ()
 
 ArgumentMIPException (string message)
 
 ArgumentMIPException (string message, Exception innerException)
 
- Public Member Functions inherited from VideoOS.Platform.MIPException
 MIPException ()
 
 MIPException (SerializationInfo info, StreamingContext context)
 
 MIPException (string message)
 
 MIPException (string message, Exception innerException)
 

Protected Member Functions

 ArgumentMIPException (SerializationInfo info, StreamingContext context)
 

Detailed Description

Throw by MIP Environment when an argument is incorrect. Check innerException for more info.

When using the Configuration API, this exception represent a server side thrown exception.

Constructor & Destructor Documentation

◆ ArgumentMIPException() [1/4]

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

◆ ArgumentMIPException() [2/4]

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

◆ ArgumentMIPException() [3/4]

VideoOS.Platform.ArgumentMIPException.ArgumentMIPException ( )
inline

◆ ArgumentMIPException() [4/4]

VideoOS.Platform.ArgumentMIPException.ArgumentMIPException ( SerializationInfo info,
StreamingContext context )
inlineprotected