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