Initializes the instance of StreamException with give message.

Namespace: Alachisoft.NCache.Runtime.Exceptions
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

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

Parameters

message
Type: System..::..String
Message of the exception.

See Also