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