CallbackDebugElement.IncludeExceptionDetailInFaults Eigenschap

Definitie

Hiermee wordt een waarde opgehaald of ingesteld die aangeeft of client callback-objecten beheerde uitzonderingsgegevens retourneren in SOAP-fouten terug naar de service.

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

Waarde van eigenschap

true als Windows Communication Foundation (WCF) beheerde callback-uitzonderingsgegevens retourneert in de SOAP-fouten voor foutopsporingsdoeleinden aan de servicezijde in dubbelzijdige communicatie; anders false. De standaardwaarde is false.

Kenmerken

Van toepassing op