This creates a FileDownloadException with a message that includes the stream name.
Namespace: VcClientExceptionsAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public FileDownloadException( string streamName ) |
Visual Basic |
---|
Public Sub New ( _ streamName As String _ ) |
Visual C++ |
---|
public: FileDownloadException( String^ streamName ) |
Parameters
- streamName
- Type: String
The name of the stream for which the download operation failed.