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

Syntax

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

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

Inheritance Hierarchy

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

See Also