MarkLogic XCC/.Net Library

RequestPermissionException Class

This exception indicates missing or incorrect permissions for a server request.

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

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

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

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

RequestPermissionException Members | Marklogic.Xcc.Exceptions Namespace