RSML.Exceptions.ImmutableActionException
Class¶
Exception that is thrown when a user attempts to redefine the primary action, which is immutable.
Hierarchy¶
flowchart TB
ImmutableActionException --> System.Exception
System.Exception --> System.Object
Constructors¶
ImmutableActionException
contains 3 constructor methods.
ImmutableActionException()
¶
Initializes a new instance of the ImmutableActionException
class.
ImmutableActionException(System.String message)
¶
Initializes a new instance of the ImmutableActionException
class with a specified error message.
Parameters¶
System.String message
-
The message that describes the error.
ImmutableActionException(System.String? message, Exception? innerException)
¶
Initializes a new instance of the ImmutableActionException
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