InvalidCheckOutCheckInStateException Class

IT Hit WebDAV for .NET

Is thrown when a resource is either checked in while need to be checked out for an operation to succeed or vice versa.

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

System.Object
   System.Exception
      ITHit.WebDAV.Client.Exceptions.WebDavException
         ITHit.WebDAV.Client.Exceptions.InvalidCheckOutCheckInStateException

[Visual Basic]
Public Class InvalidCheckOutCheckInStateException
    Inherits WebDavException
[C#]
public class InvalidCheckOutCheckInStateException : WebDavException

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.

Requirements

Namespace: ITHit.WebDAV.Client.Exceptions

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

See Also

InvalidCheckOutCheckInStateException Members | ITHit.WebDAV.Client.Exceptions Namespace