NotUnderVersionControlException Class

IT Hit WebDAV for .NET

Is thrown when a resource should be placed under version control for an operation to succeed.

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

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

[Visual Basic]
Public Class NotUnderVersionControlException
    Inherits WebDavException
[C#]
public class NotUnderVersionControlException : 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

NotUnderVersionControlException Members | ITHit.WebDAV.Client.Exceptions Namespace