This creates a StreamSetNotFoundException with a message that includes the name of the virtual cluster and additional error information.

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

Syntax

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

Parameters

streamSet
Type: String
Name of streamset that could not be found.
error
Type: String
Additional error message that needs to be added to the exception.

See Also