6 writes to innerExceptions
System (6)
net\System\Net\mail\SmtpFailedRecipientsException.cs (6)
21innerExceptions = new SmtpFailedRecipientException[0]; 26innerExceptions = new SmtpFailedRecipientException[0]; 32this.innerExceptions = smtpException == null ? new SmtpFailedRecipientException[0] : new SmtpFailedRecipientException[] { smtpException }; 37innerExceptions = (SmtpFailedRecipientException[]) info.GetValue("innerExceptions", typeof(SmtpFailedRecipientException[])); 50this.innerExceptions = innerExceptions == null ? new SmtpFailedRecipientException[0] : innerExceptions; 63this.innerExceptions = new SmtpFailedRecipientException[innerExceptions.Count];
3 references to innerExceptions
System (3)
net\System\Net\mail\SmtpFailedRecipientsException.cs (3)
66this.innerExceptions[i++]=e; 74return innerExceptions; 100serializationInfo.AddValue("innerExceptions", innerExceptions, typeof(SmtpFailedRecipientException[]));