EXCEPINFO 구조체

정의

주의

Use System.Runtime.InteropServices.ComTypes.EXCEPINFO instead. http://go.microsoft.com/fwlink/?linkid=14202

EXCEPINFO를 대신 사용하세요.

public value class EXCEPINFO
[System.Runtime.InteropServices.ComVisible(false)]
public struct EXCEPINFO
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.EXCEPINFO instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct EXCEPINFO
[<System.Runtime.InteropServices.ComVisible(false)>]
type EXCEPINFO = struct
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.EXCEPINFO instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type EXCEPINFO = struct
Public Structure EXCEPINFO
상속
EXCEPINFO
특성

설명

자세한 EXCEPINFO내용은 MSDN 라이브러리를 참조하세요.

필드

Name Description
bstrDescription
사용되지 않음.

고객에게 의도된 오류를 설명합니다.

bstrHelpFile
사용되지 않음.

오류에 대한 자세한 정보가 포함된 도움말 파일의 정규화된 드라이브, 경로 및 파일 이름을 포함합니다.

bstrSource
사용되지 않음.

예외 원본의 이름을 나타냅니다. 일반적으로 애플리케이션 이름입니다.

dwHelpContext
사용되지 않음.

도움말 파일 내 항목의 도움말 컨텍스트 ID를 나타냅니다.

pfnDeferredFillIn
사용되지 않음.

구조체를 인수로 사용하고 EXCEPINFO HRESULT 값을 반환하는 함수에 대한 포인터를 나타냅니다. 지연된 채우기를 원하지 않는 경우 이 필드는 .로 null설정됩니다.

pvReserved
사용되지 않음.

이 필드는 예약되어 있습니다. 를 으로 설정해야 합니다 null.

wCode
사용되지 않음.

오류를 식별하는 오류 코드를 나타냅니다.

wReserved
사용되지 않음.

이 필드는 예약되어 있습니다. 은 0으로 설정해야 합니다.

적용 대상