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