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

Syntax

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

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

Inheritance Hierarchy

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

See Also