19 references to _failedRecipientExceptions
System.Net.Mail (19)
System\Net\Mail\SmtpTransport.cs (19)
329_failedRecipientExceptions.Add(new SmtpFailedRecipientException(_connection.Reader!.StatusCode, 346thisPtr._failedRecipientExceptions.Add( 351if (thisPtr._failedRecipientExceptions.Count == thisPtr._toCollection.Count) 354(SmtpFailedRecipientException)thisPtr._failedRecipientExceptions[0] : 355new SmtpFailedRecipientsException(thisPtr._failedRecipientExceptions, true); 379if (_failedRecipientExceptions.Count > 1) 381InvokeCallback(new SmtpFailedRecipientsException(_failedRecipientExceptions, _failedRecipientExceptions.Count == _toCollection.Count)); 383else if (_failedRecipientExceptions.Count == 1) 385InvokeCallback(_failedRecipientExceptions[0]); 402if (thisPtr._failedRecipientExceptions.Count > 1) 404thisPtr.InvokeCallback(new SmtpFailedRecipientsException(thisPtr._failedRecipientExceptions, thisPtr._failedRecipientExceptions.Count == thisPtr._toCollection.Count)); 406else if (thisPtr._failedRecipientExceptions.Count == 1) 408thisPtr.InvokeCallback(thisPtr._failedRecipientExceptions[0]); 425if (_failedRecipientExceptions.Count == 1) 427return (SmtpFailedRecipientException)_failedRecipientExceptions[0]; 429else if (_failedRecipientExceptions.Count > 1) 432return new SmtpFailedRecipientsException(_failedRecipientExceptions, false);