CallbackDebugElement.IncludeExceptionDetailInFaults Egenskap

Definition

Hämtar eller anger ett värde som anger om klientåteranropsobjekt returnerar hanterad undantagsinformation i SOAP-fel tillbaka till tjänsten.

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

Egenskapsvärde

true om Windows Communication Foundation (WCF) returnerar undantagsinformation för hanterad klientåteranrop i SOAP-fel för felsökning på tjänstsidan i dubbelsidig kommunikation, annars false. Standardvärdet är false.

Attribut

Gäller för