Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
SmtpTemporaryErrorException.cs
2{
7 {
13 public SmtpTemporaryErrorException(string Message, int Code)
14 : base(Message, Code)
15 {
16 }
17 }
18}
Base class for SMTP-related exceptions.
Definition: SmtpException.cs:9
SmtpTemporaryErrorException(string Message, int Code)
Base class for temporary SMTP-related exceptions.