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

InternalErrorException() public method

public InternalErrorException ( Exception e, Mono.CSharp.Location loc ) : System
e System.Exception
loc Mono.CSharp.Location
return System
		public InternalErrorException (Exception e, Location loc)
			: base (loc.ToString (), e)
		{
		}
	}

Same methods

InternalErrorException::InternalErrorException ( ) : System
InternalErrorException::InternalErrorException ( Exception exception, string message ) : System
InternalErrorException::InternalErrorException ( MemberCore mc, Exception e ) : System
InternalErrorException::InternalErrorException ( string message ) : System
InternalErrorException