WebHttpEndpointElement.FaultExceptionEnabled Proprietà

Definizione

Ottiene o imposta il flag che specifica se viene generata un'eccezione FaultException quando si verifica un errore del server interno (codice di stato HTTP: 500).

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

Valore della proprietà

Boolean

Restituisce true se il flag è abilitato. In caso contrario, restituisce false.

Attributi

Si applica a