IAsyncErrorNotify interface (comsvcs.h)

Used to implement error trapping on the asynchronous batch work that is submitted through the activity created by CoCreateActivity.

Inheritance

The IAsyncErrorNotify interface inherits from the IUnknown interface. IAsyncErrorNotify also has these types of members:

Methods

The IAsyncErrorNotify interface has these methods.

 
IAsyncErrorNotify::OnError

Called by COM+ when an error occurs in your asynchronous batch work.

Requirements

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

See also

CoCreateActivity

IServiceActivity

IServiceCall