C# Class Mono.Debugger.Backend.DwarfException

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

Méthodes publiques

Méthode Description
DwarfException ( Bfd bfd, string message ) : System
DwarfException ( Bfd bfd, string message, Exception inner ) : System

Method Details

DwarfException() public méthode

public DwarfException ( Bfd bfd, string message ) : System
bfd Bfd
message string
Résultat System

DwarfException() public méthode

public DwarfException ( Bfd bfd, string message, Exception inner ) : System
bfd Bfd
message string
inner System.Exception
Résultat System