C# Класс NuxeoClient.FailedToUploadException

The exception that is thrown when the uploader fails to upload a file to the Nuxeo server.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
FailedToUploadException ( ) : System

Initializes a new instance of FailedToUploadException with an empty message.

FailedToUploadException ( string message ) : System

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

FailedToUploadException ( string message, Exception inner ) : System

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

Описание методов

FailedToUploadException() публичный Метод

Initializes a new instance of FailedToUploadException with an empty message.
public FailedToUploadException ( ) : System
Результат System

FailedToUploadException() публичный Метод

Initializes a new instance of FailedToUploadException with its message string set to message.
public FailedToUploadException ( string message ) : System
message string The exception message.
Результат System

FailedToUploadException() публичный Метод

Initializes a new instance of FailedToUploadException with its message string set to message and with its inner exceptio set to inner
public FailedToUploadException ( string message, Exception inner ) : System
message string The exception message.
inner System.Exception The inner excepiton.
Результат System