UploadErrorEventArgs

Wisej.Web.UploadErrorEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the Error event.

public class UploadErrorEventArgs : EventArgs

Constructors

Initializes a new instance of the UploadErrorEventArgs class with the specified error message.

NameTypeDescription

type

The error type, one of UploadErrorType.

message

The error message.

fileNames

The list of files that failed to upload.

fileSizes

The list of files sizes that failed to upload.

Properties

UploadErrorType: Returns the error type.

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

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

String: Returns the error message.

Used By

NameDescription

Represents the method that will handle the Error event of a Upload control.

Last updated