Table of Contents

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

message string

EmailException(string, Exception)

public EmailException(string message, Exception innerException)

Parameters

message string
innerException Exception
To top