This creates a StreamCreateException with a message that includes the stream name and an error message.
Namespace: VcClientExceptionsAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public StreamCreateException(
string streamName,
string error
) |
Visual Basic |
---|
Public Sub New ( _
streamName As String, _
error As String _
) |
Visual C++ |
---|
public:
StreamCreateException(
String^ streamName,
String^ error
) |
Parameters
- streamName
- Type: String
The name of the stream for which the create operation failed.
- error
- Type: String
Additional error message that needs to be added to the exception.
See Also