FileUploaderExceptionIsCanceled Method

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

Definition

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

Parameters

exception  Exception
The exception to check.

Return Value

Boolean

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

See Also