IMtsMethodEvents::OnMethodException

Indicates that an exception occurred on the method call.

HRESULT OnMethodException(
LONGLONG        perfCount,
MTS_OBJID        oid,
REFCLSID        guidCid,
REFIID                guidRid,
ULONG            iMeth,);

Parameters

perfCount
The current value of the high-resolution performance counter, if one exists.

oid
A unique number, within the scope of the server process, associated with the object.

guidCid
The CLSID of the object.

guidRid
The interface associated with the method.

iMeth
The DISPID of the method (dual-interface objects only).