Table of Contents

FileUploaderException Class

Definition

Namespace
GleamTech.FileUltimate.AspNet.UI
Assembly
GleamTech.FileUltimate.dll

The exception that is thrown when there is an error in FileUploader.

public sealed class FileUploaderException : Exception, ISerializable, _Exception
Inheritance
FileUploaderException
Implements

Constructors

FileUploaderException(FileUploaderExceptionKind, string, Exception)

Initializes a new instance of the FileUploaderException class with a specific kind that is the cause of this exception.

FileUploaderException(string)

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

FileUploaderException(string, Exception)

Initializes a new instance of the FileUploaderException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Properties

Kind

The specific kind for the exception.

Methods

IsCanceled(Exception)

Gets a value that indicates whether an exception is of kind UploadCanceled

IsRejected(Exception)

Gets a value that indicates whether an exception is of kind UploadRejected