Class RuntimeException
The exception that is thrown on runtime library errors.
Namespace: XploRe.Runtime
Assembly: XploRe.Runtime.dll
Syntax
public class RuntimeException : ArgumentNullException
Constructors
| Name | Description |
|---|---|
| RuntimeException() | Initialises a new RuntimeException instance with the default error message. |
| RuntimeException(String) | Initialises a new RuntimeException instance with a specified error message. |
| RuntimeException(String, Exception) | Initialises a new RuntimeException instance with a specified error message and a reference to the inner exception that is the cause of this exception. |