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