FileManagerCustomErrorTextEventArgs.Exception Property
Gets the raised exception.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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