NuxeoDotNetClient
1.0.0 beta
.NET Client for Nuxeo Automation and REST API
|
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... | |
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.
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 .
message | The 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
message | The exception message. |
inner | The inner excepiton. |
Definition at line 54 of file FailedHandshakeException.cs.