The members of System.Runtime.InteropServices.EXCEPINFO are listed below.
See Also: Inherited members from System.ValueType
bstrDescription | string.
Describes the error intended for the customer. | |
bstrHelpFile | string.
Contains the fully-qualified drive, path, and file name of a Help file with more information about the error. | |
bstrSource | string.
Indicates the name of the source of the exception. Typically, this is an application name. | |
dwHelpContext | int.
Indicates the Help context ID of the topic within the Help file. | |
pfnDeferredFillIn | IntPtr.
Represents a pointer to a function that takes an System.Runtime.InteropServices.EXCEPINFO structure as an argument and returns an HRESULT value. If deferred fill-in is not desired, this field is set to null. | |
pvReserved | IntPtr.
This field is reserved; must be set to null. | |
wCode | short.
Represents an error code identifying the error. | |
wReserved | short.
This field is reserved; must be set to 0. |