CallbackDebugElement.IncludeExceptionDetailInFaults Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob Clientrückrufobjekte verwaltete Ausnahmeinformationen in SOAP-Fehlern zurück an den Dienst zurückgeben.

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

Eigenschaftswert

true, wenn Windows Communication Foundation (WCF) verwaltete Clientrückruf-Ausnahmeinformationen in den SOAP-Fehlern für dienstseitige Debuggingzwecke in der Duplexkommunikation zurückgibt; andernfalls false. Der Standardwert lautet false.

Attribute

Gilt für: