[TIBCO.EMS .NET client library 8.1 documentation]

Notifies the application that the specified exception was thrown while attempting to send the specified message

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

Syntax

void OnException(
	Message msg,
	Exception ex
)
Sub OnException ( _
	msg As Message, _
	ex As Exception _
)
void OnException(
	Message^ msg, 
	Exception^ ex
)

Parameters

msg
Type: TIBCO.EMS..::.Message
The message that was sent
ex
Type: System..::.Exception
The exception

Remarks

See Also