C# Class Mono.Debugger.InternalError

Inheritance: System.Exception
Afficher le fichier Open project: baulig/debugger

Méthodes publiques

Méthode Description
InternalError ( ) : System
InternalError ( Exception inner, string message ) : System
InternalError ( string message ) : System

Method Details

InternalError() public méthode

public InternalError ( ) : System
Résultat System

InternalError() public méthode

public InternalError ( Exception inner, string message ) : System
inner System.Exception
message string
Résultat System

InternalError() public méthode

public InternalError ( string message ) : System
message string
Résultat System