This creates a StreamSetNotFoundException with a message that includes the name of the virtual cluster.

Namespace: VcClientExceptions
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

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

Parameters

streamSet
Type: String
Name of streamset that could not be found.

See Also