Represents the base class for RuntimeConverter exceptions
More...
|
| 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...
|
|
Represents the base class for RuntimeConverter exceptions
◆ 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
-
message | The 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
-
message | The error message that explains the reason for the exception. |
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. |
The documentation for this class was generated from the following file: