TIBCO EMS .NET API 8.4
TIBCO EMS .NET API 8.4
TIBCO.EMS.EMSExceptionEventArgs Class Reference

Present a connection problem as a .NET event. More...

Inherits EventArgs.

Public Member Functions

 EMSExceptionEventArgs (EMSException emse)
 Construct a new EMSExceptionEventArgs More...
 

Properties

EMSException Exception [get]
 Get the EMSException that caused the event More...
 

Detailed Description

Present a connection problem as a .NET event.

EMSExceptionHandler delegates receive this object as an argument.

Constructor & Destructor Documentation

TIBCO.EMS.EMSExceptionEventArgs.EMSExceptionEventArgs ( EMSException  emse)
inline

Construct a new EMSExceptionEventArgs

Parameters
emseThe EMSException which raised the event

Property Documentation

EMSException TIBCO.EMS.EMSExceptionEventArgs.Exception
get

Get the EMSException that caused the event


Copyright © TIBCO Software Inc. All rights reserved.