OTX-Runtime Converter  
OpenTestSystem.Otx.RuntimeConverter.Api.Exceptions.Exception Class Reference

Represents the base class for RuntimeConverter exceptions More...

Inheritance diagram for OpenTestSystem.Otx.RuntimeConverter.Api.Exceptions.Exception:
Inheritance graph

Public Member Functions

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

Detailed Description

Represents the base class for RuntimeConverter exceptions

Constructor & Destructor Documentation

◆ Exception() [1/3]

OpenTestSystem.Otx.RuntimeConverter.Api.Exceptions.Exception.Exception ( )
inline

Initializes a new instance of the Exception class.

◆ Exception() [2/3]

OpenTestSystem.Otx.RuntimeConverter.Api.Exceptions.Exception.Exception ( string  message)
inline

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

Parameters
messageThe message that describes the error.

◆ Exception() [3/3]

OpenTestSystem.Otx.RuntimeConverter.Api.Exceptions.Exception.Exception ( string  message,
System.Exception  inner 
)
inline

Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception.

Parameters
messageThe error message that explains the reason for the exception.
innerThe exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.

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