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