MarkLogic XCC/.Net Library

ServerConnectionException Class

This exception indicates a problem with the connection to the server. It most often is a wrapper for an IOException.

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

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

[Visual Basic]
<Serializable, _  Serializable>
Public Class ServerConnectionException
    Inherits RequestException
[C#]
[Serializable]
[Serializable]
public class ServerConnectionException : 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

ServerConnectionException Members | Marklogic.Xcc.Exceptions Namespace | getCause