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

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...
 

Detailed Description

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.

Inheritance diagram for NuxeoClient.FailedToUploadException:

Constructor & Destructor Documentation

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 .

Parameters
messageThe 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

Parameters
messageThe exception message.
innerThe inner excepiton.

Definition at line 53 of file FailedToUploadException.cs.