ErrorHandling.IsIgnoredException(Exception) Method
Determines if the specified exception is ignored.
Namespace: DevExpress.ExpressApp.Web
Assembly: DevExpress.ExpressApp.Web.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
exception | Exception | A Exception object representing the exception. |
Returns
Type | Description |
---|---|
Boolean | true, if the exception is ignored; otherwise - false. |
Remarks
The ignored exceptions types are stored in the XafApplication.IgnoredExceptions list.
See Also