Click or drag to resize

WebDavErrorEventArgs Class

IT Hit WebDAV Classes Reference
WebDAV error event argument. Contains information about an error.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ITHit.WebDAV.ClientWebDavErrorEventArgs

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax
public class WebDavErrorEventArgs : EventArgs

The WebDavErrorEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodWebDavErrorEventArgs
Initializes a new instance of the WebDavErrorEventArgs class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldException
Exception that will be thrown after this event is fired if Result is set to Fail.
Public fieldResult
Set this property to Repeat in your event handler to retry this request. Set this property to ContinueProcessing to continue processing without error throw. Set this property to Fail to throw exception. Default is Fail.
Top
See Also