CustomErrorsSection.AllowNestedErrors Property

Definition

Gets or sets a value that indicates whether ASP.NET should display a generic error message when the custom error page cannot be displayed.

public:
 property bool AllowNestedErrors { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("allowNestedErrors", DefaultValue=false)]
public bool AllowNestedErrors { get; set; }
[<System.Configuration.ConfigurationProperty("allowNestedErrors", DefaultValue=false)>]
member this.AllowNestedErrors : bool with get, set
Public Property AllowNestedErrors As Boolean

Property Value

true if a generic error message should be displayed when the custom error page cannot be displayed; otherwise, false. The default is false.

Attributes

Applies to