Tobii Pro SDK Unity API
|
Is thrown when there is an insufficient license level when using a restricted feature. The solution is to contact Tobii customer support and request a suitable license file. More...
Public Member Functions | |
InsufficientLicenseException () | |
Initializes a new instance of the InsufficientLicenseException class. More... | |
InsufficientLicenseException (string message) | |
Initializes a new instance of the InsufficientLicenseException class with a specified error message. More... | |
InsufficientLicenseException (string message, Exception inner) | |
Initializes a new instance of the InsufficientLicenseException class with a specified error message and a reference to the inner exception that is the cause of this exception. More... | |
Protected Member Functions | |
InsufficientLicenseException (SerializationInfo info, StreamingContext context) | |
Initializes a new instance of the InsufficientLicenseException class with serialized data. More... | |
Is thrown when there is an insufficient license level when using a restricted feature. The solution is to contact Tobii customer support and request a suitable license file.
|
inline |
Initializes a new instance of the InsufficientLicenseException class.
|
inline |
Initializes a new instance of the InsufficientLicenseException class with a specified error message.
message | The message that describes the error. |
|
inline |
Initializes a new instance of the InsufficientLicenseException 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 InsufficientLicenseException 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. |