Jellyfish.Commands.IllegalStateException.IllegalStateException C# (CSharp) Method

IllegalStateException() public method

public IllegalStateException ( string message ) : System
message string
return System
        public IllegalStateException(string message) : base(message)
        {
        }
    }
IllegalStateException