CallbackDebugElement.IncludeExceptionDetailInFaults Eigenschap
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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