Tobii Pro SDK Unity API
Tobii.Research.FeatureDeprecatedException Class Reference

Is thrown when a feature has been deprecated in the Tobii Pro SDK. The feature will no longer return a value and only throw this exception. More...

Inheritance diagram for Tobii.Research.FeatureDeprecatedException:

Public Member Functions

 FeatureDeprecatedException ()
 Initializes a new instance of the FeatureDeprecatedException class. More...
 
 FeatureDeprecatedException (string message)
 Initializes a new instance of the FeatureDeprecatedException class with a specified error message. More...
 
 FeatureDeprecatedException (string message, Exception inner)
 Initializes a new instance of the FeatureDeprecatedException class with a specified error message and a reference to the inner exception that is the cause of this exception. More...
 

Protected Member Functions

 FeatureDeprecatedException (SerializationInfo info, StreamingContext context)
 Initializes a new instance of the FeatureDeprecatedException class with serialized data. More...
 

Detailed Description

Is thrown when a feature has been deprecated in the Tobii Pro SDK. The feature will no longer return a value and only throw this exception.

Constructor & Destructor Documentation

Tobii.Research.FeatureDeprecatedException.FeatureDeprecatedException ( )
inline

Initializes a new instance of the FeatureDeprecatedException class.

Tobii.Research.FeatureDeprecatedException.FeatureDeprecatedException ( string  message)
inline

Initializes a new instance of the FeatureDeprecatedException class with a specified error message.

Parameters
messageThe message that describes the error.
Tobii.Research.FeatureDeprecatedException.FeatureDeprecatedException ( string  message,
Exception  inner 
)
inline

Initializes a new instance of the FeatureDeprecatedException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Parameters
messageThe message that describes the error.
innerThe exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
Tobii.Research.FeatureDeprecatedException.FeatureDeprecatedException ( SerializationInfo  info,
StreamingContext  context 
)
inlineprotected

Initializes a new instance of the FeatureDeprecatedException class with serialized data.

Parameters
infoThe SerializationInfo that holds the serialized object data about the exception being thrown.
contextThe StreamingContext that contains contextual information about the source or destination.