Tobii Pro SDK Unity API
|
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...
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... | |
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.
|
inline |
Initializes a new instance of the FeatureDeprecatedException class.
|
inline |
Initializes a new instance of the FeatureDeprecatedException class with a specified error message.
message | The message that describes the error. |
|
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.
message | The message that describes the error. |
inner | The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. |
|
inlineprotected |
Initializes a new instance of the FeatureDeprecatedException class with serialized data.
info | The SerializationInfo that holds the serialized object data about the exception being thrown. |
context | The StreamingContext that contains contextual information about the source or destination. |