3 references to GetDetail
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1149ExceptionDetail detail = fault.GetDetail<ExceptionDetail>();
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
1048exceptionDetail = fault.GetDetail<ExceptionDetail>();
System.ServiceModel.Web (1)
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (1)
457ExceptionDetail originalFaultDetail = fault.GetDetail<ExceptionDetail>();