IComMethodEvents::OnMethodException method (comsvcs.h)

Generated when an object's method generates an exception.

Syntax

HRESULT OnMethodException(
  [in] COMSVCSEVENTINFO *pInfo,
  [in] ULONG64          oid,
  [in] REFCLSID         guidCid,
  [in] REFIID           guidRid,
  [in] ULONG            iMeth
);

Parameters

[in] pInfo

A pointer to a COMSVCSEVENTINFO structure.

[in] oid

The just-in-time (JIT) activated object.

[in] guidCid

The CLSID for the object being called.

[in] guidRid

The identifier of the method.

[in] iMeth

The v-table index of the method.

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

IComMethodEvents