Namespace ITHit.WebDAV.Client.Exceptions


namespace ITHit.WebDAV.Client.Exceptions
The ITHit.WebDav.Client.Exceptions namespace provides classes that represent various WebDAV client library exceptions, erroneous server responses and HTTP errors.

Class Summary
The request could not be carried because of conflict on server.
The method could not be performed on the resource because the requested action depended on another action and that action failed.
The server refused to fulfill the request.
The item doesn't exist on the server.
Is raised whenever property processing was unsuccessfull.
Thrown when server responded with Property forbidden http response.
Thrown when server responded with Property Not Found http response.
Incorrect credentials provided or insufficient permissions to access the requested item.
Base exception for all exceptions thrown by WebDAV client library.
Is thrown whenever and erroneous http response is received.