[TIBCO.EMS .NET client library 6.0 documentation]

This is base class for TIBCO EMS .NET API related exceptions

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

Syntax

public class EMSException : Exception
Public Class EMSException _
	Inherits Exception
public ref class EMSException : public Exception

Remarks

This class corresponds to JMSException in JMS. EMS methods throw instances of this class and its subclasses.

Inheritance Hierarchy

See Also