C# 클래스 NuxeoClient.FailedToUploadException

The exception that is thrown when the uploader fails to upload a file to the Nuxeo server.
상속: System.Exception
파일 보기 프로젝트 열기: nuxeo/nuxeo-dotnet-client

공개 메소드들

메소드 설명
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