Class EmailException
- Namespace
- Dynamicweb.Mailing
- Assembly
- Dynamicweb.Core.dll
Exception thrown when email sending fails.
[Serializable]
public class EmailException : Exception, ISerializable
- Inheritance
-
EmailException
- Implements
- Inherited Members
Constructors
EmailException()
public EmailException()
EmailException(string)
public EmailException(string message)
Parameters
messagestring
EmailException(string, Exception)
public EmailException(string message, Exception innerException)