Catalyst File Transfer .NET

FileTransferException Class

The exception that is thrown when a client error occurs.

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

System.Object
   System.Exception
      System.ApplicationException
         SocketTools.FileTransferException

[Visual Basic]
Public Class FileTransferException
    Inherits ApplicationException
[C#]
public class FileTransferException : 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 FileTransferException is thrown by the FileTransfer class when an error occurs.

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

Requirements

Namespace: SocketTools

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

See Also

FileTransferException Members | SocketTools Namespace