MarkLogic XCC/.Net Library

XQueryException.Retryable Property

Returns true if the server indicates that this request might succeeed if resubmitted.

Note that if method returns true, this this exception will also be an instance of

Note also that retryable exceptions will be automatically resubmitted if the {@link com.marklogic.xcc.RequestOptions} associated with the request indicate to do so.

{@link RetryableXQueryException}.
[Visual Basic]
Overridable Public ReadOnly Property Retryable As Boolean
[C#]
public virtual bool Retryable {get;}

See Also

XQueryException Class | Marklogic.Xcc.Exceptions Namespace