2 references to InnerException
System.ServiceModel (2)
System\ServiceModel\ExceptionDetail.cs (2)
83if (this.InnerException != null) 85sb.AppendFormat(" ----> {0}", this.InnerException.ToStringHelper(true));