C# Class Microsoft.CodeAnalysis.BinaryParsers.ProgramDatabase.PdbParseException

Exception we throw when bad stuff happens
Inheritance: System.Exception
显示文件 Open project: Microsoft/binskim

Public Properties

Property Type Description
ExceptionCode PdbParseErrorCode
PdbParseExceptionStrings string[]

Public Methods

Method Description
PdbParseException ( PdbParseErrorCode code, Exception innerException ) : System
PdbParseException ( PdbParseErrorCode code, string message, Exception innerException ) : System
PdbParseException ( System ce ) : System

Ctor based on the ErrorCode (HRESULT) from COMException. If we don't recognize error code we rethrow the original COMException

PdbParseException ( int code, Exception innerException ) : System
PdbParseException ( string message ) : System

Method Details

PdbParseException() public method

public PdbParseException ( PdbParseErrorCode code, Exception innerException ) : System
code PdbParseErrorCode
innerException System.Exception
return System

PdbParseException() public method

public PdbParseException ( PdbParseErrorCode code, string message, Exception innerException ) : System
code PdbParseErrorCode
message string
innerException System.Exception
return System

PdbParseException() public method

Ctor based on the ErrorCode (HRESULT) from COMException. If we don't recognize error code we rethrow the original COMException
public PdbParseException ( System ce ) : System
ce System
return System

PdbParseException() public method

public PdbParseException ( int code, Exception innerException ) : System
code int
innerException System.Exception
return System

PdbParseException() public method

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

Property Details

ExceptionCode public_oe property

public PdbParseErrorCode ExceptionCode
return PdbParseErrorCode

PdbParseExceptionStrings public_oe static_oe property

public static string[] PdbParseExceptionStrings
return string[]