AIsOfCatan.IllegalActionException.IllegalActionException C# (CSharp) Method

IllegalActionException() public method

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

Same methods

IllegalActionException::IllegalActionException ( ) : System
IllegalActionException