메소드 | 설명 | |
---|---|---|
ToString ( ) : string |
Returns a System.String that represents the current CmisSync.Lib.FileTransmission.UploadFailedException.
|
|
UploadFailedException ( ) : System |
Initializes a new instance of the CmisSync.Lib.FileTransmission.UploadFailedException class.
|
|
UploadFailedException ( |
Initializes a new instance of the UploadFailedException class.
|
|
UploadFailedException ( string message ) : System |
Initializes a new instance of the CmisSync.Lib.FileTransmission.UploadFailedException class.
|
|
UploadFailedException ( string message, |
Initializes a new instance of the CmisSync.Lib.FileTransmission.UploadFailedException class.
|
메소드 | 설명 | |
---|---|---|
UploadFailedException ( |
Initializes a new instance of the CmisSync.Lib.FileTransmission.UploadFailedException class.
|
public UploadFailedException ( |
||
inner | /// Inner exception cause the upload failure. /// | |
lastSuccessfulDocumentState | IDocument | /// Last successful uploaded document state. /// |
리턴 | System |
protected UploadFailedException ( |
||
info | Serialization info. | |
context | Streaming context. | |
리턴 | System |
public UploadFailedException ( string message ) : System | ||
message | string | Upload failing reason message. |
리턴 | System |
public UploadFailedException ( string message, |
||
message | string | Upload failing reason message. |
innerException | Inner exception. | |
리턴 | System |