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...
|
| FeatureDeprecatedException () |
| Initializes a new instance of the FeatureDeprecatedException class.
|
|
| FeatureDeprecatedException (string message) |
| Initializes a new instance of the FeatureDeprecatedException class with a specified error message.
|
|
| 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.
|
|
|
| FeatureDeprecatedException (SerializationInfo info, StreamingContext context) |
| Initializes a new instance of the FeatureDeprecatedException class with serialized data.
|
|
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.
◆ FeatureDeprecatedException() [1/3]
Tobii.Research.FeatureDeprecatedException.FeatureDeprecatedException |
( |
string |
message | ) |
|
|
inline |
Initializes a new instance of the FeatureDeprecatedException class with a specified error message.
- Parameters
-
message | The message that describes the error. |
◆ FeatureDeprecatedException() [2/3]
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
-
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. |
◆ FeatureDeprecatedException() [3/3]
Tobii.Research.FeatureDeprecatedException.FeatureDeprecatedException |
( |
SerializationInfo |
info, |
|
|
StreamingContext |
context |
|
) |
| |
|
inlineprotected |
Initializes a new instance of the FeatureDeprecatedException class with serialized data.
- Parameters
-
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. |