1 write to InnerException
System.ServiceModel.Primitives (1)
System\ServiceModel\ExceptionDetail.cs (1)
31
InnerException
= new ExceptionDetail(exception.InnerException);
2 references to InnerException
System.ServiceModel.Primitives (2)
System\ServiceModel\ExceptionDetail.cs (2)
63
if (
InnerException
!= null)
65
sb.AppendFormat(" ----> {0}",
InnerException
.ToStringHelper(true));