1 type derived from SmtpException
System (1)
net\System\Net\mail\SmtpFailedRecipientException.cs (1)
15
public class SmtpFailedRecipientException :
SmtpException
, ISerializable
10 instantiations of SmtpException
System (10)
net\System\Net\mail\SmtpCommands.cs (7)
267
throw new
SmtpException
(statusCode,serverResponse,true);
327
throw new
SmtpException
(statusCode, serverResponse, true);
378
throw new
SmtpException
(lines[0].StatusCode, lines[0].Line, true);
434
throw new
SmtpException
(statusCode, serverResponse, true);
491
throw new
SmtpException
(statusCode, response, true);
549
throw new
SmtpException
(statusCode, response, true);
620
throw new
SmtpException
(statusCode, response, true);
net\System\Net\mail\smtpconnection.cs (3)
364
throw new
SmtpException
(info.StatusCode, info.Line, true);
729
throw new
SmtpException
(info.StatusCode, info.Line, true);
759
thisPtr.InvokeCallback(new
SmtpException
(info.StatusCode, info.Line, true));
8 references to SmtpException
System (8)
net\System\Net\mail\iisPickupDirectory.cs (1)
454
exception is
SmtpException
)
net\System\Net\mail\SmtpClient.cs (4)
543
e is
SmtpException
)
685
e is
SmtpException
)
821
if (!(exception is
SmtpException
)) {
831
catch (
SmtpException
se) {
net\System\Net\mail\smtpconnection.cs (3)
373
catch (
SmtpException
e)
767
catch (
SmtpException
)
844
catch (
SmtpException
e)