Mono.Debugger.Backend.DwarfException.DwarfException C# (CSharp) Method

DwarfException() public method

public DwarfException ( Bfd bfd, string message ) : System
bfd Bfd
message string
return System
        public DwarfException(Bfd bfd, string message, params object[] args)
            : base(String.Format ("{0}: {1}", bfd.FileName,
					       String.Format (message, args)))
        {
        }

Same methods

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