2 references to ToStringHelper
System.ServiceModel (2)
System\ServiceModel\ExceptionDetail.cs (2)
76return string.Format(CultureInfo.InvariantCulture, "{0}\n{1}", SR.GetString(SR.SFxExceptionDetailFormat), this.ToStringHelper(false)); 85sb.AppendFormat(" ----> {0}", this.InnerException.ToStringHelper(true));