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

Is thrown when connection to an eye tracker is lost or could not be established. More...

Inheritance diagram for Tobii.Research.ConnectionFailedException:

Public Member Functions

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

Protected Member Functions

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

Detailed Description

Is thrown when connection to an eye tracker is lost or could not be established.

Constructor & Destructor Documentation

Tobii.Research.ConnectionFailedException.ConnectionFailedException ( )
inline

Initializes a new instance of the ConnectionFailedException class.

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

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

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

Initializes a new instance of the ConnectionFailedException 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.ConnectionFailedException.ConnectionFailedException ( SerializationInfo  info,
StreamingContext  context 
)
inlineprotected

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