C# 클래스 Microsoft.CodeAnalysis.BinaryParsers.ProgramDatabase.PdbParseException

Exception we throw when bad stuff happens
상속: System.Exception
파일 보기 프로젝트 열기: Microsoft/binskim

공개 프로퍼티들

프로퍼티 타입 설명
ExceptionCode PdbParseErrorCode
PdbParseExceptionStrings string[]

공개 메소드들

메소드 설명
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

메소드 상세

PdbParseException() 공개 메소드

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

PdbParseException() 공개 메소드

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

PdbParseException() 공개 메소드

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
리턴 System

PdbParseException() 공개 메소드

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

PdbParseException() 공개 메소드

public PdbParseException ( string message ) : System
message string
리턴 System

프로퍼티 상세

ExceptionCode 공개적으로 프로퍼티

public PdbParseErrorCode ExceptionCode
리턴 PdbParseErrorCode

PdbParseExceptionStrings 공개적으로 정적으로 프로퍼티

public static string[] PdbParseExceptionStrings
리턴 string[]