WebHttpElement.FaultExceptionEnabled Eigenschaft

Definition

Dient zum Abrufen oder Festlegen des Flags, das angibt, ob eine FaultException generiert wird, wenn ein interner Serverfehler (HTTP-Statuscode: 500) auftritt.

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

Eigenschaftswert

Gibt zurück true , wenn das Flag aktiviert ist; andernfalls wird zurückgegeben false.

Attribute

Gilt für: