2 references to InnerException
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\ExceptionDetail.cs (2)
82
if (this.
InnerException
!= null)
84
sb.AppendFormat(" ----> {0}", this.
InnerException
.ToStringHelper(true));