Formats the last ASP.NET Error that occurred and creates an email report.
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);