Show / Hide Table of Contents

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

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX