2 writes to innerException
System.ServiceModel (2)
System\ServiceModel\ExceptionDetail.cs (2)
35this.innerException = new ExceptionDetail(exception.InnerException); 50set { this.innerException = value; }
1 reference to innerException
System.ServiceModel (1)
System\ServiceModel\ExceptionDetail.cs (1)
49get { return this.innerException; }