MarkLogic XCC/.Net Library

XccException Class

Superclass of all exceptions specific to XCC. This is an abstract class and will never be thrown directly. Only subclasses will be ever be thrown. You can name this class in a try/catch clause to catch all checked XCC exceptions.

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

System.Object
   System.Exception
      Marklogic.Xcc.Exceptions.XccException
         Marklogic.Xcc.Exceptions.RequestException
         Marklogic.Xcc.Exceptions.XccConfigException

[Visual Basic]
<Serializable, _  Serializable>
MustInherit Public Class XccException
    Inherits Exception
[C#]
[Serializable]
[Serializable]
public abstract class XccException : Exception

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

XccException Members | Marklogic.Xcc.Exceptions Namespace