MarkLogic XCC/.Net Library

RetryableXQueryException Class

A specialization of XQueryException which is always retryable, to define a distinct exception type that can be caught separately. Note that in most cases, retryable exceptions will be retried automatically.

For a list of all members of this type, see RetryableXQueryException 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 RetryableXQueryException
    Inherits XQueryException
[C#]
[Serializable]
public class RetryableXQueryException : XQueryException

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

RetryableXQueryException Members | Marklogic.Xcc.Exceptions Namespace | setMaxAutoRetry