Supplies information about a Error event that is being raised.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class UploadErrorEventArgsSupplies information about a Error event that is being raised.
public UploadErrorEventArgs()Gets a message telling what caused the error.
public string Message { get; set; }
| Type | Description |
|---|---|
| string | Gets a message telling what caused the error. |