OTX-Runtime for DotNet
|
|
Thrown when a literal string cannot be converted to OTX Object. More...
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... | |
Thrown when a literal string cannot be converted to OTX Object.
|
inline |
Initializes a new instance of the InvalidLiteralException class.
|
inline |
Initializes a new instance of the InvalidLiteralException class.
message | Error message that explains the reason for the Exception. |