MarkLogic XCC/.Net Library

RequestException Class

The base class for exceptions related to submitting requests to the server.

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

System.Object
   System.Exception
      Marklogic.Xcc.Exceptions.XccException
         Marklogic.Xcc.Exceptions.RequestException
            Marklogic.Xcc.Exceptions.RequestPermissionException
            Marklogic.Xcc.Exceptions.RequestServerException
            Marklogic.Xcc.Exceptions.ServerConnectionException

[Visual Basic]
<Serializable>
Public Class RequestException
    Inherits XccException
[C#]
[Serializable]
public class RequestException : XccException

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

RequestException Members | Marklogic.Xcc.Exceptions Namespace