| Tobii Pro SDK .NET API
    | 
Is thrown when connection to an eye tracker is lost or could not be established. More...
 
  
 | 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... | |
Is thrown when connection to an eye tracker is lost or could not be established.
| 
 | inline | 
Initializes a new instance of the ConnectionFailedException class.
| 
 | inline | 
Initializes a new instance of the ConnectionFailedException class with a specified error message.
| message | The message that describes the error. | 
| 
 | 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.
| 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 ConnectionFailedException 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. |