Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

ErrorHandling.IsIgnoredException(Exception) Method

Determines if the specified exception is ignored.

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Web

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