UploadErrorEventArgs
Wisej.Web.UploadErrorEventArgs
Last updated
Wisej.Web.UploadErrorEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the Error event.
Initializes a new instance of the UploadErrorEventArgs class with the specified error message.
type
message
The error message.
fileNames
The list of files that failed to upload.
fileSizes
The list of files that failed to upload.
UploadErrorType: Returns the error type.
String[]: List of file names that failed to upload.
Int32[]: List of file sizes that failed to upload.
String: Returns the error message.
The error type, one of .
Represents the method that will handle the event of a control.