Click or drag to resize

WebDavErrorEventResult Enumeration

IT Hit WebDAV Classes Reference
Informs the library how to further process the error.

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax
public enum WebDavErrorEventResult
Members
  Member nameValueDescription
Fail0 An exception will be thrown.
ContinueProcessing1 Continue processing without error throw.
Repeat2 Repeat last request.
See Also