MarkLogic XCC/.Net Library

ContentInsertEntityException Class

This is a specialization of ContentInsertException that indicates the insertion faled because an XML entity embedded in the document could not be resolved. Entity resolution is not done by default, is must be enabled in the options (ContentCreateOptions) associated with the insertion request. Entity resolution failures are not retryable.

For a list of all members of this type, see ContentInsertEntityException 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, _  Serializable>
Public Class ContentInsertEntityException
    Inherits ContentInsertException
[C#]
[Serializable]
[Serializable]
public class ContentInsertEntityException : ContentInsertException

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

ContentInsertEntityException Members | Marklogic.Xcc.Exceptions Namespace