Namespace:  Apache.NMS
Assembly:  Apache.NMS (in Apache.NMS.dll)

Syntax

Visual Basic
<SerializableAttribute> _
Public Class ResourceAllocationException _
	Inherits NMSException
C#
[SerializableAttribute]
public class ResourceAllocationException : NMSException
Visual C++
[SerializableAttribute]
public ref class ResourceAllocationException : public NMSException
JavaScript
Apache.NMS.ResourceAllocationException = function();

Type.createClass(
	'Apache.NMS.ResourceAllocationException',
	Apache.NMS.NMSException);

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Apache.NMS..::..NMSException
      Apache.NMS..::..ResourceAllocationException

See Also