UploadErrorEventArgs
Wisej.Web.UploadErrorEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the Error event.
public class UploadErrorEventArgs : EventArgs
Constructors
UploadErrorEventArgs(type, message, fileNames, fileSizes)

Initializes a new instance of the UploadErrorEventArgs class with the specified error message.
Name
Type
Description
Properties
ErrorType

UploadErrorType: Returns the error type.
FileNames

String[]: List of file names that failed to upload.
FileSizes

Int32[]: List of file sizes that failed to upload.
Message

String: Returns the error message.
Used By
Name
Description
Last updated
Was this helpful?