OTX-Runtime for DotNet  
OpenTestSystem.Otx.Runtime.Api.Exceptions.InvalidLiteralException Class Reference

Thrown when a literal string cannot be converted to OTX Object. More...

Inheritance diagram for OpenTestSystem.Otx.Runtime.Api.Exceptions.InvalidLiteralException:
Inheritance graph

Public Member Functions

 InvalidLiteralException ()
 Initializes a new instance of the InvalidLiteralException class. More...
 
 InvalidLiteralException (string message)
 Initializes a new instance of the InvalidLiteralException class. More...
 
- Public Member Functions inherited from OpenTestSystem.Otx.Runtime.Api.Exceptions.Exception
 Exception ()
 Initializes a new instance of Exception class. More...
 
 Exception (string message)
 Initializes a new instance of Exception class. More...
 

Detailed Description

Thrown when a literal string cannot be converted to OTX Object.

Constructor & Destructor Documentation

◆ InvalidLiteralException() [1/2]

OpenTestSystem.Otx.Runtime.Api.Exceptions.InvalidLiteralException.InvalidLiteralException ( )
inline

Initializes a new instance of the InvalidLiteralException class.

◆ InvalidLiteralException() [2/2]

OpenTestSystem.Otx.Runtime.Api.Exceptions.InvalidLiteralException.InvalidLiteralException ( string  message)
inline

Initializes a new instance of the InvalidLiteralException class.

Parameters
messageError message that explains the reason for the Exception.

The documentation for this class was generated from the following file: