Defines status codes for the FtpException class.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public Enumeration FtpExceptionStatus
C#
public enum FtpExceptionStatus

Members

Member nameDescription
Supported by the .NET Compact FrameworkConnectFailure
The remote service point could not be contacted at the transport level.
Supported by the .NET Compact FrameworkConnectionClosed
The connection was prematurely closed.
Supported by the .NET Compact FrameworkSocketError
The error at transport level occurred.
Supported by the .NET Compact FrameworkNameResolutionFailure
The name resolver service could not resolve the host name.
Supported by the .NET Compact FrameworkPending
An operation is pending.
Supported by the .NET Compact FrameworkProtocolError
The response received from the server was complete but indicated a protocol-level error. For example, an FTP protocol error such as 550 Access Denied would use this status.
Supported by the .NET Compact FrameworkProxyNameResolutionFailure
The name resolver service could not resolve the proxy host name.
Supported by the .NET Compact FrameworkReceiveFailure
A complete response was not received from the remote server due to an error at the transport level.
Supported by the .NET Compact FrameworkOperationAborted
The operation was aborted by a call to the Abort()()()() method.
Supported by the .NET Compact FrameworkUnclassifiableError
An unclassifiable error occurred. This is the default value for Status.
Supported by the .NET Compact FrameworkSendFailure
A complete request could not be sent to the remote server due to an error at the transport level.
Supported by the .NET Compact FrameworkServerProtocolViolation
The server response was not a valid FTP response or arrived at unexpected time.
Supported by the .NET Compact FrameworkTimeout
No response was received during the time-out period for a request.
Supported by the .NET Compact FrameworkAsyncError
General exception in asynchronous call.
Supported by the .NET Compact FrameworkOperationFailure
The requested operation could not be completed.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also