Skip to main content
Tab

FileManagerCustomErrorTextEventArgs.Exception Property

Gets the raised exception.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public Exception Exception { get; }

Property Value

Type Description
Exception

A Exception object that is the exception.

Remarks

Use the Exception property to determine the exception that was raised during an operation.

See Also