Microsoft.Automata.AutomataException.AutomataException C# (CSharp) Method

AutomataException() public method

public AutomataException ( AutomataExceptionKind kind ) : System
kind AutomataExceptionKind
return System
        public AutomataException(AutomataExceptionKind kind)
            : base(GetMessage(kind))
        {
            this.kind = kind;
        }

Same methods

AutomataException::AutomataException ( AutomataExceptionKind kind, Exception innerException ) : System
AutomataException::AutomataException ( string message ) : System
AutomataException::AutomataException ( string message, Exception innerException ) : System