Tobii Pro SDK .NET API
Tobii.Research.InternalErrorException Class Reference

Is thrown on internal errors in the API. More...

Inheritance diagram for Tobii.Research.InternalErrorException:

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.
 

Detailed Description

Is thrown on internal errors in the API.

Constructor & Destructor Documentation

◆ InternalErrorException() [1/3]

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

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

Parameters
messageThe message that describes the error.

◆ InternalErrorException() [2/3]

Tobii.Research.InternalErrorException.InternalErrorException ( string  message,
Exception  inner 
)
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.

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.

◆ InternalErrorException() [3/3]

Tobii.Research.InternalErrorException.InternalErrorException ( SerializationInfo  info,
StreamingContext  context 
)
inlineprotected

Initializes a new instance of the InternalErrorException 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.