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

InternalErrorException() public method

public InternalErrorException ( Exception exception, string message ) : System
exception System.Exception
message string
return System
		public InternalErrorException (Exception exception, string message, params object[] args)
			: base (String.Format (message, args), exception)
		{
		}
		

Same methods

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