This creates a StreamSetNotFoundException with a message that includes the name of the virtual cluster
and an exception information.
Namespace: VcClientExceptionsAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public StreamSetNotFoundException(
string streamSet,
Exception innerException
) |
Visual Basic |
---|
Public Sub New ( _
streamSet As String, _
innerException As Exception _
) |
Visual C++ |
---|
public:
StreamSetNotFoundException(
String^ streamSet,
Exception^ innerException
) |
Parameters
- streamSet
- Type: String
Name of streamset that could not be found.
- innerException
- Type: Exception
Any Exception.
See Also