[TIBCO.EMS .NET client library 6.3 documentation]

Present a connection problem as a .NET event.

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

Syntax

public class EMSExceptionEventArgs : EventArgs
Public Class EMSExceptionEventArgs _
	Inherits EventArgs
public ref class EMSExceptionEventArgs : public EventArgs

Remarks

EMSExceptionHandler delegates receive this object as an argument.

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    TIBCO.EMS..::.EMSExceptionEventArgs

See Also