IComExceptionEvents::OnExceptionUser method (comsvcs.h)

Generated for transactional components when an unhandled exception occurs in the user's code.

Syntax

HRESULT OnExceptionUser(
  [in] COMSVCSEVENTINFO *pInfo,
  [in] ULONG            code,
  [in] ULONG64          address,
  [in] LPCOLESTR        pszStackTrace
);

Parameters

[in] pInfo

A pointer to a COMSVCSEVENTINFO structure.

[in] code

The exception code.

[in] address

The address of the exception.

[in] pszStackTrace

The stack trace.

Return value

The user verifies the return values from this method.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header comsvcs.h

See also

IComExceptionEvents