This exception is thrown when a provider is unable to allocate the resources required by a method. For example, this exception should be thrown when a call to ITopicConnectionFactory.CreateTopicConnection fails due to a lack of JMS provider resources.
Assembly: Kaazing.JMS (in Kaazing.JMS.dll)
Syntax
Visual Basic |
---|
Public Class ResourceAllocationException _ Inherits JMSException |
C# |
---|
public class ResourceAllocationException : JMSException |
Visual C++ |
---|
public ref class ResourceAllocationException : public JMSException |
Inheritance Hierarchy
System..::..Object
System..::..Exception
Kaazing.JMS..::..JMSException
Kaazing.JMS..::..ResourceAllocationException
System..::..Exception
Kaazing.JMS..::..JMSException
Kaazing.JMS..::..ResourceAllocationException