Class AppStateMachineException
public class AppStateMachineException : Exception, ISerializable
- Inheritance
-
objectAppStateMachineException
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
AppStateMachineException(string?)
public AppStateMachineException(string? message)
Parameters
message
string
AppStateMachineException(string?, Exception?)
public AppStateMachineException(string? message, Exception? innerException)