Class CoreUploadError
An upload failure surfaced to the component.
Inherited Members
Namespace: CoreUpload.Components
Assembly: CoreUpload.dll
Syntax
public sealed class CoreUploadError
Properties
FileName
File that failed, when the failure is file-specific.
Declaration
public string FileName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Message
Human-readable failure reason.
Declaration
public string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| string |