NuxeoDotNetClient  1.0.0 beta
.NET Client for Nuxeo Automation and REST API
Public Member Functions | List of all members
NuxeoClient.FailedHandshakeException Class Reference

The exception that is thrown when the handshake between the Nuxeo client and the server fails. The handshake is performed whenever a new batch is requested from the server. More...

Public Member Functions

 FailedHandshakeException ()
 Initializes a new instance of FailedHandshakeException with an empty message. More...
 
 FailedHandshakeException (string message)
 Initializes a new instance of FailedHandshakeException with its message string set to message . More...
 
 FailedHandshakeException (string message, Exception inner)
 Initializes a new instance of FailedHandshakeException with its message string set to message and with its inner exceptio set to inner More...
 

Detailed Description

The exception that is thrown when the handshake between the Nuxeo client and the server fails. The handshake is performed whenever a new batch is requested from the server.

Definition at line 27 of file FailedHandshakeException.cs.

Inheritance diagram for NuxeoClient.FailedHandshakeException:

Constructor & Destructor Documentation

NuxeoClient.FailedHandshakeException.FailedHandshakeException ( )

Initializes a new instance of FailedHandshakeException with an empty message.

Definition at line 33 of file FailedHandshakeException.cs.

NuxeoClient.FailedHandshakeException.FailedHandshakeException ( string  message)

Initializes a new instance of FailedHandshakeException with its message string set to message .

Parameters
messageThe exception message.

Definition at line 42 of file FailedHandshakeException.cs.

NuxeoClient.FailedHandshakeException.FailedHandshakeException ( string  message,
Exception  inner 
)

Initializes a new instance of FailedHandshakeException with its message string set to message and with its inner exceptio set to inner

Parameters
messageThe exception message.
innerThe inner excepiton.

Definition at line 54 of file FailedHandshakeException.cs.