VideoOS.Platform.PathNotFoundMIPException Class Reference

Throw by MIP Environment when calling a server that does not have a configuration item corresponding to the provided path. More...

Inheritance diagram for VideoOS.Platform.PathNotFoundMIPException:
VideoOS.Platform.MIPException

Public Member Functions

 PathNotFoundMIPException ()
 
 PathNotFoundMIPException (string message)
 
 PathNotFoundMIPException (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

 PathNotFoundMIPException (SerializationInfo info, StreamingContext context)
 

Detailed Description

Throw by MIP Environment when calling a server that does not have a configuration item corresponding to the provided path.

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

Constructor & Destructor Documentation

◆ PathNotFoundMIPException() [1/4]

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

◆ PathNotFoundMIPException() [2/4]

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

◆ PathNotFoundMIPException() [3/4]

VideoOS.Platform.PathNotFoundMIPException.PathNotFoundMIPException ( )
inline

◆ PathNotFoundMIPException() [4/4]

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