MarkLogic XCC/.Net Library

ServerResponseException Class

This exception indicates that an unrecognized response was received from the server. This may indicate a misconfiguration such that XCC is connecting to something other than a Mark Logic XDBC server port.

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

System.Object
   System.Exception
      Marklogic.Xcc.Exceptions.XccException
         Marklogic.Xcc.Exceptions.RequestException
            Marklogic.Xcc.Exceptions.ServerConnectionException
               Marklogic.Xcc.Exceptions.ServerResponseException

[Visual Basic]
<Serializable>
Public Class ServerResponseException
    Inherits ServerConnectionException
[C#]
[Serializable]
public class ServerResponseException : ServerConnectionException

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

ServerResponseException Members | Marklogic.Xcc.Exceptions Namespace