Table of Contents

Class UploadErrorEventArgs

Namespace
Radzen
Assembly
Radzen.Blazor.dll

Supplies information about a Error event that is being raised.

public class UploadErrorEventArgs
Inheritance
UploadErrorEventArgs
Inherited Members

Constructors

UploadErrorEventArgs()

public UploadErrorEventArgs()

Properties

Message

Gets a message telling what caused the error.

public string Message { get; set; }

Property Value

string