Class UploadErrorEventArgs
Supplies information about a Error event that is being raised.
Inherited Members
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class UploadErrorEventArgs
Constructors
UploadErrorEventArgs()
Supplies information about a Error event that is being raised.
Declaration
public UploadErrorEventArgs()
Properties
Message
Gets a message telling what caused the error.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
string |