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