WebHttpEndpoint.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); };
public bool FaultExceptionEnabled { get; set; }
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.

Si applica a