共用方式為


DiagnosticsElement.SuppressReturningExceptions 屬性

定義

取得或設定值,指出服務是否傳回例外狀況。

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

屬性值

Boolean

如果服務傳回例外狀況,則為 true,否則為 false。 預設為 false

屬性

適用於