2 references to ToStringHelper
System.ServiceModel.Primitives (2)
System\ServiceModel\ExceptionDetail.cs (2)
56
return string.Format(CultureInfo.InvariantCulture, "{0}\n{1}", SRP.SFxExceptionDetailFormat,
ToStringHelper
(false));
65
sb.AppendFormat(" ----> {0}", InnerException.
ToStringHelper
(true));