Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
SmtpTemporaryErrorException.cs
1
namespace
Waher.Networking.SMTP.Exceptions
2
{
6
public
class
SmtpTemporaryErrorException
:
SmtpException
7
{
13
public
SmtpTemporaryErrorException
(
string
Message,
int
Code
)
14
: base(Message,
Code
)
15
{
16
}
17
}
18
}
Waher.Networking.SMTP.Exceptions.SmtpException
Base class for SMTP-related exceptions.
Definition:
SmtpException.cs:9
Waher.Networking.SMTP.Exceptions.SmtpException.Code
int Code
SMTP return code.
Definition:
SmtpException.cs:26
Waher.Networking.SMTP.Exceptions.SmtpTemporaryErrorException
Base class for temporary SMTP-related exceptions.
Definition:
SmtpTemporaryErrorException.cs:7
Waher.Networking.SMTP.Exceptions.SmtpTemporaryErrorException.SmtpTemporaryErrorException
SmtpTemporaryErrorException(string Message, int Code)
Base class for temporary SMTP-related exceptions.
Definition:
SmtpTemporaryErrorException.cs:13
Waher.Networking.SMTP.Exceptions
Definition:
SmtpException.cs:4
IoTGateway
Networking
Waher.Networking.SMTP
Exceptions
SmtpTemporaryErrorException.cs
Generated by
1.9.5