System.Runtime.InteropServices.EXCEPINFO Members

The members of System.Runtime.InteropServices.EXCEPINFO are listed below.

See Also: Inherited members from System.ValueType

Public Fields

bstrDescriptionstring.

Describes the error intended for the customer.

bstrHelpFilestring.

Contains the fully-qualified drive, path, and file name of a Help file with more information about the error.

bstrSourcestring.

Indicates the name of the source of the exception. Typically, this is an application name.

dwHelpContextint.

Indicates the Help context ID of the topic within the Help file.

pfnDeferredFillInIntPtr.

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.

pvReservedIntPtr.

This field is reserved; must be set to null.

wCodeshort.

Represents an error code identifying the error.

wReservedshort.

This field is reserved; must be set to 0.