共用方式為


CustomErrorsSection.AllowNestedErrors 屬性

定義

取得或設定值,指出 ASP.NET 是否應該在無法顯示自訂錯誤頁時,顯示泛型錯誤訊息。

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

屬性值

如果當無法顯示自訂錯誤頁面時,應顯示一般錯誤訊息,則為 true,否則為 false。 預設為 false

屬性

適用於