WebDAVSharp.Server.Exceptions NamespaceWebDAV#
Classes
  ClassDescription
Public classWebDavConflictException
This exception is thrown when a request cannot be completed due to a conflict with the requested resource. Statuscode: 409 Conflict.
Public classWebDavException
This exception, or a descendant, is thrown when requests fail, specifying the status code that the server should return back to the client.
Public classWebDavForbiddenException
Statuscode: 403 Forbidden.
Public classWebDavInternalServerException
This exception is thrown when the server throws a different exception than the standard ones that WebDavServer knows how to respond to. Statuscode: 500 Internal Server Error.
Public classWebDavLengthRequiredException
Statuscode: 411 Length Required.
Public classWebDavMethodNotAllowedException
This exception is thrown when a request uses a HTTP method to request or manipulate a resource for which the specified HTTP method is not allowed. Statuscode: 405 Method Not Allowed.
Public classWebDavNotFoundException
This exception is thrown when a request tries to access a resource that does not exist. Statuscode: 404 Not Found.
Public classWebDavNotImplementedException
This exception is thrown when a request uses a HTTP method or functionality that has yet to be implemented. Statuscode: 501 Not Implemented.
Public classWebDavPreconditionFailedException
This exception is thrown when one of the preconditions failed. Statuscode: 412 Precondition Failed.
Public classWebDavUnauthorizedException
This exception is thrown when the user is not authorized to execute the request. Statuscode: 401 Unauthorized.
Public classWebDavUnsupportedMediaTypeException
This exception is thrown when the media type is unsupported. Statuscode: 415 Unsupported Media Type