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