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

FTPConnectionEventArgsException Property

The exception thrown if Connect or Close failed.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public Exception Exception { get; }

Property Value

Exception

Remarks

If this property is non-null during a [!:Closing] event then it means that the connection was closed due to an error. In this case, if the exception is an IOException then it usually means that the connection failed.

See Also