SocketTools .NET Edition

FtpClientException Class

The exception that is thrown when a client error occurs.

For a list of all members of this type, see FtpClientException Members.

System.Object
   System.Exception
      System.ApplicationException
         SocketTools.FtpClientException

[Visual Basic]
Public Class FtpClientException
    Inherits ApplicationException
[C#]
public class FtpClientException : ApplicationException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

A FtpClientException is thrown by the FtpClient class when an error occurs.

The default constructor for the FtpClientException class sets the ErrorCode property to the last error that occurred.

Requirements

Namespace: SocketTools

Assembly: SocketTools.FtpClient (in SocketTools.FtpClient.dll)

See Also

FtpClientException Members | SocketTools Namespace