6 writes to _innerExceptions
System.Net.Mail (6)
System\Net\Mail\SmtpFailedRecipientsException.cs (6)
19
_innerExceptions
= Array.Empty<SmtpFailedRecipientException>();
24
_innerExceptions
= Array.Empty<SmtpFailedRecipientException>();
30
_innerExceptions
= smtpException == null ? Array.Empty<SmtpFailedRecipientException>() : new SmtpFailedRecipientException[] { smtpException };
37
_innerExceptions
= (SmtpFailedRecipientException[])info.GetValue("innerExceptions", typeof(SmtpFailedRecipientException[]))!;
45
_innerExceptions
= innerExceptions ?? Array.Empty<SmtpFailedRecipientException>();
55
_innerExceptions
= innerExceptions.ToArray();
2 references to _innerExceptions
System.Net.Mail (2)
System\Net\Mail\SmtpFailedRecipientsException.cs (2)
62
return
_innerExceptions
;
71
serializationInfo.AddValue("innerExceptions",
_innerExceptions
, typeof(SmtpFailedRecipientException[]));