Tobii Pro SDK .NET API
|
Is thrown on internal errors in the API. More...
Public Member Functions | |
InternalErrorException () | |
Initializes a new instance of the InternalErrorException class. | |
InternalErrorException (string message) | |
Initializes a new instance of the InternalErrorException class with a specified error message. | |
InternalErrorException (string message, Exception inner) | |
Initializes a new instance of the InternalErrorException class with a specified error message and a reference to the inner exception that is the cause of this exception. | |
Protected Member Functions | |
InternalErrorException (SerializationInfo info, StreamingContext context) | |
Initializes a new instance of the InternalErrorException class with serialized data. | |
Is thrown on internal errors in the API.
|
inline |
Initializes a new instance of the InternalErrorException class with a specified error message.
message | The message that describes the error. |
|
inline |
Initializes a new instance of the InternalErrorException 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 InternalErrorException 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. |