Goedel.Throw.Throw C# (CSharp) Method

Throw() public method

Create an exception with the specified message.
public Throw ( string Message ) : System
Message string
return System
        public Throw(string Message) {
            _Message = Message;
            }