NuxeoDotNetClient
1.0.0 beta
.NET Client for Nuxeo Automation and REST API
|
The exception that is thrown when a JSON object does not represent a valid Entity instance. More...
Public Member Functions | |
InvalidEntityException () | |
Initializes a new instance of InvalidEntityException with an empty message. More... | |
InvalidEntityException (string message) | |
Initializes a new instance of InvalidEntityException with its message string set to message . More... | |
InvalidEntityException (string message, Exception inner) | |
Initializes a new instance of InvalidEntityException with its message string set to message and with its inner exceptio set to inner More... | |
The exception that is thrown when a JSON object does not represent a valid Entity instance.
Definition at line 26 of file InvalidEntityException.cs.
NuxeoClient.Wrappers.InvalidEntityException.InvalidEntityException | ( | ) |
Initializes a new instance of InvalidEntityException with an empty message.
Definition at line 32 of file InvalidEntityException.cs.
NuxeoClient.Wrappers.InvalidEntityException.InvalidEntityException | ( | string | message | ) |
Initializes a new instance of InvalidEntityException with its message string set to message .
message | The exception message. |
Definition at line 41 of file InvalidEntityException.cs.
NuxeoClient.Wrappers.InvalidEntityException.InvalidEntityException | ( | string | message, |
Exception | inner | ||
) |
Initializes a new instance of InvalidEntityException 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 53 of file InvalidEntityException.cs.