Exception raised when the JMS Connection is interrupted between Gateway and JMS Server

Namespace:  Kaazing.JMS.Stomp
Assembly:  Kaazing.JMS (in Kaazing.JMS.dll)

Syntax

Visual Basic
Public Sub New ( _
	reason As String _
)
C#
public ConnectionInterruptedException(
	string reason
)
Visual C++
public:
ConnectionInterruptedException(
	String^ reason
)

Parameters

reason
Type: System..::..String
for the exception

See Also