FileUploaderExceptionIsRejected Method

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

Definition

Namespace: GleamTech.FileUltimate.AspNet.UI
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.8
C#
public static bool IsRejected(
	Exception exception
)

Parameters

exception  Exception
The exception to check.

Return Value

Boolean

[Missing <returns> documentation for "M:GleamTech.FileUltimate.AspNet.UI.FileUploaderException.IsRejected(System.Exception)"]

See Also