C# Class Mono.Debugger.InternalError

Inheritance: System.Exception
Show file Open project: baulig/debugger

Public Methods

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

Method Details

InternalError() public method

public InternalError ( ) : System
return System

InternalError() public method

public InternalError ( Exception inner, string message ) : System
inner System.Exception
message string
return System

InternalError() public method

public InternalError ( string message ) : System
message string
return System