2 references to Type
System.ServiceModel (1)
System\ServiceModel\ExceptionDetail.cs (1)
82
sb.AppendFormat("{0}: {1}", this.
Type
, this.Message);
System.ServiceModel.Web (1)
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (1)
459
faultDetail.ExceptionType = originalFaultDetail.
Type
;