FTPSyncResultsGetException(String) Method
Exception thrown when attempting to get a directory listing (if any).
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public Exception GetException(
string directory
)
Public Function GetException (
directory As String
) As Exception
public:
Exception^ GetException(
String^ directory
)
member GetException :
directory : string -> Exception
- directory String
- Directory to get exception for.
ExceptionException thrown when attempting to get a directory listing or
null if no exception was thrown.