TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

EMSExceptionHandler Delegate

Delegate declaration for exception handler

public delegate void EMSExceptionHandler(
   object sender,
   EMSExceptionEventArgs args
);

Parameters

sender
The source of the event, the connection in this case
args
The event argument, EMSExceptionEventArgs

Remarks

For complete details, see the corresponding item in the book TIBCO Enterprise Message Service .NET Reference.

Requirements

Namespace: TIBCO.EMS

Assembly: TIBCO.EMS (in TIBCO.EMS.dll, TIBCO.EMS-CF.dll)

See Also

TIBCO.EMS Namespace