Click or drag to resize

BackgroundCopyError Class

Provides informations about the cause of an error and if the transfer process can proceed.
Inheritance Hierarchy
SystemObject
  usis.Net.BitsBackgroundCopyError

Namespace:  usis.Net.Bits
Assembly:  usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public sealed class BackgroundCopyError : IDisposable

The BackgroundCopyError type exposes the following members.

Properties
  NameDescription
Public propertyCode
Gets the error code of the error that occurred.
Public propertyContext
Gets the context in which the error occurred.
Public propertyContextDescription
Gets a description of the context in which the error occurred.
Public propertyDescription
Gets the error text associated with the error.
Public propertyProtocol
Gets the protocol used to transfer the file.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Finalizes an instance of the BackgroundCopyError class.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRetrieveFile
Retrieves the file object associated with the error.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also