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 库。

字段

bstrDescription
已过时.

描述用户可能遇到的错误。

bstrHelpFile
已过时.

包含帮助文件的完全限定驱动器、路径和文件名,该帮助文件具有关于错误的更多信息。

bstrSource
已过时.

指示异常源的名称。 该名称通常是一个应用程序名称。

dwHelpContext
已过时.

指示该主题在帮助文件中的帮助上下文 ID。

pfnDeferredFillIn
已过时.

表示指向一个函数的指针,该函数采用 EXCEPINFO 结构作为参数并返回 HRESULT 值。 如果不想推迟填充,则将此字段设置为 null

pvReserved
已过时.

此字段为保留字段;它必须设置为 null

wCode
已过时.

表示用于标识错误的错误代码。

wReserved
已过时.

此字段为保留字段;它必须设置为 0。

适用于