System.Exception.Exception.Exception C# (CSharp) Method

Exception() public method

public Exception ( string message ) : System.Collections
message string
return System.Collections
		public Exception (string message)
		{
			this.message = message;
		}

Same methods

Exception.Exception::Exception ( ) : System.Collections
Exception.Exception::Exception ( SerializationInfo info, StreamingContext context ) : System.Collections
Exception.Exception::Exception ( string message, Exception innerException ) : System.Collections