Click or drag to resize

BackgroundCopyErrorInfo Class

Provides informations about an error.
Inheritance Hierarchy
SystemObject
  usis.Net.BitsBackgroundCopyErrorInfo

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 BackgroundCopyErrorInfo

The BackgroundCopyErrorInfo type exposes the following members.

Properties
  NameDescription
Public propertyCode
Gets the error code of the error that occurred.
Public propertyDescription
Gets the error text associated with the error.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also