RSML.Exceptions.RSMLRuntimeException
Class¶
Exception that is thrown by the RSML document.
Hierarchy¶
flowchart TB
RSMLRuntimeException --> System.Exception
System.Exception --> System.Object
Constructors¶
RSMLRuntimeException
contains 3 constructor methods.
RSMLRuntimeException()
¶
Initializes a new instance of the RSMLRuntimeException
class.
RSMLRuntimeException(System.String message)
¶
Initializes a new instance of the RSMLRuntimeException
class with a specified error message.
Parameters¶
System.String message
-
The message that describes the error.
RSMLRuntimeException(System.String? message, Exception? innerException)
¶
Initializes a new instance of the RSMLRuntimeException
class with a specified error message and a reference to the error that caused this exception.
Parameters¶
System.String? message
-
The message that describes the error.
Exception? innerException
-
The exception that's the cause of the current exception