edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPSyncResultsGetException(String) Method

Exception thrown when attempting to get a directory listing (if any).

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public Exception GetException(
	string directory
)

Parameters

directory  String
Directory to get exception for.

Return Value

Exception
Exception thrown when attempting to get a directory listing or null if no exception was thrown.

See Also