[TIBCO.EMS .NET client library 7.0 documentation]

Required resources are not available

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

Syntax

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

Remarks

This exception is thrown when a TIBCO EMS is unable to allocate the resources required by a method. For example, this exception is thrown when a call to TopicConnectionFactory.CreateTopicConnection fails due to a lack of resources on the TIBCO EMS Server.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    TIBCO.EMS..::.EMSException
      TIBCO.EMS..::.ResourceAllocationException

See Also