Share via


COMError.helpContext Method

Returns the Help context ID for the error that occurred when the COM object was called.

Syntax

public int helpContext()

Run On

Called

Return Value

Type: int
The Help context ID.

Remarks

The Help context ID might be 0 (zero) if the COM object does not support Help for its errors.

The helpContext property is read-only.

See Also

Reference

COMError Class