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
Syntaxpublic enum WebDavErrorEventResult
Public Enumeration WebDavErrorEventResult
public enum class WebDavErrorEventResult
type WebDavErrorEventResult
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Fail | 0 | 
            An exception will be thrown.
             | 
 | ContinueProcessing | 1 | 
            Continue processing without error throw.
             | 
 | Repeat | 2 | 
            Repeat last request.
             | 
See Also