Property | Type | Description | |
---|---|---|---|
ExceptionCode | PdbParseErrorCode | ||
PdbParseExceptionStrings | string[] |
Method | Description | |
---|---|---|
PdbParseException ( PdbParseErrorCode code, |
||
PdbParseException ( PdbParseErrorCode code, string message, |
||
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, |
||
PdbParseException ( string message ) : System |
public PdbParseException ( PdbParseErrorCode code, |
||
code | PdbParseErrorCode | |
innerException | ||
return | System |
public PdbParseException ( PdbParseErrorCode code, string message, |
||
code | PdbParseErrorCode | |
message | string | |
innerException | ||
return | System |
public PdbParseException ( System ce ) : System | ||
ce | System | |
return | System |
public PdbParseException ( int code, |
||
code | int | |
innerException | ||
return | System |
public PdbParseException ( string message ) : System | ||
message | string | |
return | System |