MarkLogic XCC/.Net Library

ContentInsertException Class

This exception indicates a failed attempt to insert a Content object. Such failures are automatically retried up the the number of times allowed by the request's options (RequestOptions.setMaxAutoRetry(int)). If this execption ocurrs, either all retries have been exhausted, no retries were configured, or the specific Content instance was not retryable (Content.isRewindable()).

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

System.Object
   System.Exception
      Marklogic.Xcc.Exceptions.XccException
         Marklogic.Xcc.Exceptions.RequestException
            Marklogic.Xcc.Exceptions.RequestServerException
               Marklogic.Xcc.Exceptions.ContentInsertException
                  Marklogic.Xcc.Exceptions.ContentInsertEntityException

[Visual Basic]
<Serializable>
Public Class ContentInsertException
    Inherits RequestServerException
[C#]
[Serializable]
public class ContentInsertException : 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

ContentInsertException Members | Marklogic.Xcc.Exceptions Namespace