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

InternalErrorException() public method

public InternalErrorException ( ) : System
return System
		public InternalErrorException ()
			: base ("Internal error")
		{
		}

Same methods

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