RSML.Exceptions.UndefinedSpecialException
Class¶
Exception that is thrown when a special action is used but is undefined.
Hierarchy¶
flowchart TB
UndefinedSpecialException --> System.Exception
System.Exception --> System.Object
Constructors¶
UndefinedSpecialException
contains 3 constructor methods.
UndefinedSpecialException()
¶
Initializes a new instance of the UndefinedSpecialException
class.
UndefinedSpecialException(System.String message)
¶
Initializes a new instance of the UndefinedSpecialException
class with a specified error message.
Parameters¶
System.String message
-
The message that describes the error.
UndefinedSpecialException(System.String? message, Exception? innerException)
¶
Initializes a new instance of the UndefinedSpecialException
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