Skip to main content
A newer version of this page is available. .

ErrorHandling.IsIgnoredException(Exception) Method

Determines if the specified exception is ignored.

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v19.1.dll

Declaration

public static bool IsIgnoredException(
    Exception exception
)

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