[TIBCO.EMS .NET client library 6.3 documentation]

Asynchronously notifies the user of an EMSEXception.

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

void OnException(
	EMSException exception
)
Sub OnException ( _
	exception As EMSException _
)
void OnException(
	EMSException^ exception
)

Parameters

exception
Type: TIBCO.EMS..::.EMSException
The EMSExeption

Remarks

See Also