Click or drag to resize

WebDavErrorEventArgs Fields

IT Hit WebDAV Classes Reference

The WebDavErrorEventArgs type exposes the following members.

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