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