Mono.CSharp.InternalErrorException.InternalErrorException C# (CSharp) Method

InternalErrorException() public method

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

Same methods

InternalErrorException::InternalErrorException ( ) : System
InternalErrorException::InternalErrorException ( Exception e, Mono.CSharp.Location loc ) : System
InternalErrorException::InternalErrorException ( Exception exception, string message ) : System
InternalErrorException::InternalErrorException ( MemberCore mc, Exception e ) : System
InternalErrorException