1 write to ExceptionDetail
System.ServiceModel.Web (1)
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (1)
460
faultDetail.
ExceptionDetail
= originalFaultDetail;
2 references to ExceptionDetail
System.ServiceModel.Web (2)
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (2)
341
if (faultDetail.
ExceptionDetail
!= null)
344
new FaultException<ExceptionDetail>(faultDetail.
ExceptionDetail
, faultDetail.Message, faultCode));