DiagnosticsElement.SuppressReturningExceptions Property

Definition

Gets or sets a value that indicates whether the service returns exceptions.

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

Property Value

true if the service returns exceptions; otherwise, false. The default is false.

Attributes

Applies to