![]() |
NuxeoDotNetClient
1.0.0 beta
.NET Client for Nuxeo Automation and REST API
|
The exception that is thrown when the uploader fails to upload a file to the Nuxeo server. More...
Public Member Functions | |
| FailedToUploadException () | |
| Initializes a new instance of FailedToUploadException with an empty message. More... | |
| FailedToUploadException (string message) | |
| Initializes a new instance of FailedToUploadException with its message string set to message . More... | |
| FailedToUploadException (string message, Exception inner) | |
| Initializes a new instance of FailedToUploadException with its message string set to message and with its inner exceptio set to inner More... | |
The exception that is thrown when the uploader fails to upload a file to the Nuxeo server.
Definition at line 26 of file FailedToUploadException.cs.
| NuxeoClient.FailedToUploadException.FailedToUploadException | ( | ) |
Initializes a new instance of FailedToUploadException with an empty message.
Definition at line 32 of file FailedToUploadException.cs.
| NuxeoClient.FailedToUploadException.FailedToUploadException | ( | string | message | ) |
Initializes a new instance of FailedToUploadException with its message string set to message .
| message | The exception message. |
Definition at line 41 of file FailedToUploadException.cs.
| NuxeoClient.FailedToUploadException.FailedToUploadException | ( | string | message, |
| Exception | inner | ||
| ) |
Initializes a new instance of FailedToUploadException 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 FailedToUploadException.cs.
1.8.10