MarkLogic XCC/.Net Library

XQueryException Class

A server exception resulting from an error encountered while evaluating XQuery. Note that some such exceptions are retryable.

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

System.Object
   System.Exception
      Marklogic.Xcc.Exceptions.XccException
         Marklogic.Xcc.Exceptions.RequestException
            Marklogic.Xcc.Exceptions.RequestServerException
               Marklogic.Xcc.Exceptions.XQueryException
                  Marklogic.Xcc.Exceptions.RetryableXQueryException

[Visual Basic]
<Serializable>
Public Class XQueryException
    Inherits RequestServerException
[C#]
[Serializable]
public class XQueryException : RequestServerException

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

XQueryException Members | Marklogic.Xcc.Exceptions Namespace | isRetryable |