C# Class Mono.Debugger.Backend.DwarfException

Inheritance: System.Exception
显示文件 Open project: baulig/debugger

Public Methods

Method Description
DwarfException ( Bfd bfd, string message ) : System
DwarfException ( Bfd bfd, string message, Exception inner ) : System

Method Details

DwarfException() public method

public DwarfException ( Bfd bfd, string message ) : System
bfd Bfd
message string
return System

DwarfException() public method

public DwarfException ( Bfd bfd, string message, Exception inner ) : System
bfd Bfd
message string
inner System.Exception
return System