CallbackDebugElement.IncludeExceptionDetailInFaults Eigenschaft

Definition

Ruft einen Wert ab oder legt einen Wert fest, der angibt, ob Clientcallback-Objekte verwaltete Ausnahmeinformationen in SOAP-Fehlern zurück an den Dienst geben.

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 die Windows Communication Foundation (WCF) verwaltete Clientcallback-Ausnahmeinformationen in den SOAP-Fehlern für das Debuggen durch den Dienst bei der Duplex-Kommunikation zurückgibt, andernfalls false. Der Standardwert ist false.

Attribute

Gilt für: