Delegate FileHelper.DownloadFileError
When an error occur in the download of a file
Namespace: SecureExchangesSDK.Helpers
Assembly: SecureExchangesSDK.dll
Syntax
public delegate void FileHelper.DownloadFileError(DownloadedFileWithMetaData file, Exception ex)
Parameters
| Type | Name | Description |
|---|---|---|
| DownloadedFileWithMetaData | file | |
| Exception | ex | When an error occur in the download of a file |