Sdílet prostřednictvím


CallbackDebugBehavior(Boolean) Konstruktor

Definice

Inicializuje novou instanci CallbackDebugBehavior třídy .

public:
 CallbackDebugBehavior(bool includeExceptionDetailInFaults);
public CallbackDebugBehavior (bool includeExceptionDetailInFaults);
new System.ServiceModel.Description.CallbackDebugBehavior : bool -> System.ServiceModel.Description.CallbackDebugBehavior
Public Sub New (includeExceptionDetailInFaults As Boolean)

Parametry

includeExceptionDetailInFaults
Boolean

Určuje, zda objekt zpětného volání WCF obsahuje informace o spravovaných výjimkách v podrobnostech o chybách SOAP odeslaných zpět do služby.

Poznámky

Konstruktor vytvoří CallbackDebugBehavior objekt, ve kterém je hodnota IncludeExceptionDetailInFaults vlastnosti hodnotou includeExceptionDetailInFaults.

Platí pro