MarkLogic XCC/.Net Library

UnimplementedFeatureException Class

This exception indicates either that some planned feature is not yet implemented in the current version of XCC, or that the server to which it is connecting does not support the operation.

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

System.Object
   System.Exception
      System.SystemException
         Marklogic.Xcc.Exceptions.UnimplementedFeatureException

[Visual Basic]
<Serializable>
Public Class UnimplementedFeatureException
    Inherits SystemException
[C#]
[Serializable]
public class UnimplementedFeatureException : SystemException

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: Marklogic.Xcc.Exceptions

Assembly: MarklogicXcc (in MarklogicXcc.dll)

See Also

UnimplementedFeatureException Members | Marklogic.Xcc.Exceptions Namespace