aspNetEmail

EmailMessage.FormatException Method

Formats the last ASP.NET Error that occurred and creates an email report.

Overload List

Formats the last ASP.NET Error that occurred and creates an email report.

public void FormatException();

Formats an exception for an email report.

public void FormatException(MailFormat,Exception,bool,params ServerErrorSection[]);

Formats an exception for an email report.

public void FormatException(MailFormat,Exception,bool,bool,params ServerErrorSection[]);

Formats an exception for an email report.

public void FormatException(Exception);

See Also

EmailMessage Class | aspNetEmail Namespace