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

Syntax

Visual Basic
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
C#
public IllegalStateException(
	string message,
	Exception innerException
)
Visual C++
public:
IllegalStateException(
	String^ message, 
	Exception^ innerException
)
JavaScript
Apache.NMS.IllegalStateException = function(message, innerException);

Parameters

message
Type: System..::..String
innerException
Type: System..::..Exception

See Also