Class FileUploadFailedEventArgs
Event arguments class for the FileUploadFailed event of the RadUpload.
Inheritance
System.Object
FileUploadFailedEventArgs
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class FileUploadFailedEventArgs : FileUploadedEventArgs
Constructors
FileUploadFailedEventArgs(RadUploadSelectedFile, RadUploadReturnedData, String)
Initializes a new instance of the FileUploadFailedEventArgs class.
Declaration
public FileUploadFailedEventArgs(RadUploadSelectedFile file, RadUploadReturnedData handlerData, string errorMessage)
Parameters
RadUploadSelectedFile
file
|
RadUploadReturnedData
handlerData
|
System.String
errorMessage
|
Properties
ErrorMessage
Gets or sets the error message. Set value to this property if you want to change what users will see as an error message.
Declaration
public string ErrorMessage { get; set; }
Property Value
System.String
The error message. |