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,
	Exception innerException
)
Visual Basic
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
Visual C++
public:
StreamException(
	String^ message, 
	Exception^ innerException
)

Parameters

message
Type: System..::..String
Message of the exception.
innerException
Type: System..::..Exception
Inner exception.

See Also