DependencyFailedException Class

IT Hit WebDAV for .NET

The method could not be performed on the resource because the requested action depended on another action and that action failed.

For a list of all members of this type, see DependencyFailedException Members.

System.Object
   System.Exception
      ITHit.WebDAV.Client.Exceptions.WebDavException
         ITHit.WebDAV.Client.Exceptions.WebDavHttpException
            ITHit.WebDAV.Client.Exceptions.DependencyFailedException

[Visual Basic]
NotInheritable Public Class DependencyFailedException
    Inherits WebDavHttpException
[C#]
public sealed class DependencyFailedException : WebDavHttpException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Thrown when server responded with 424 (Dependency Failed) http response. This status code means that the method could not be performed on the resource because the requested action depended on another action and that action failed. For example, if a command in a PROPPATCH method fails then, at minimum, the rest of the commands will also fail with 424 (Failed Dependency).

Requirements

Namespace: ITHit.WebDAV.Client.Exceptions

Assembly: ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll)

See Also

DependencyFailedException Members | ITHit.WebDAV.Client.Exceptions Namespace