Compartilhar via


DiagnosticsElement.SuppressReturningExceptions Propriedade

Definição

Obtém ou define um valor que indica se o serviço retorna exceções.

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

Valor da propriedade

Boolean

true se o serviço retornar exceções; caso contrário, false . O padrão é false.

Atributos

Aplica-se a