FileManagerFailedEventArgs Class

Provides data for the Failed event.

Definition

Namespace: GleamTech.FileUltimate.AspNet.UI
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.7
C#
public sealed class FileManagerFailedEventArgs : EventArgs
Inheritance
Object    EventArgs    FileManagerFailedEventArgs

Properties

ExceptionGets the exception that caused the failed event.
FailedActionInfoGets the action info where the failure occurred.
FolderGets the folder related to the event.

See Also