Mono.Debugger.InternalError.InternalError C# (CSharp) Method

InternalError() public method

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

Same methods

InternalError::InternalError ( Exception inner, string message ) : System
InternalError::InternalError ( string message ) : System
InternalError