[TIBCO.EMS .NET client library 6.3 documentation]

Construct a new EMSExceptionEventArgs

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

Syntax

public EMSExceptionEventArgs(
	EMSException emse
)
Public Sub New ( _
	emse As EMSException _
)
public:
EMSExceptionEventArgs(
	EMSException^ emse
)

Parameters

emse
Type: TIBCO.EMS..::.EMSException
The EMSException which raised the event

See Also