Formats and sends the base ASP.NET exception. Useful to administrators and developers who monitor their ASP.NET web applications.
Formats and sends the base ASP.NET exception. Useful to administrators and developers who monitor their ASP.NET web applications.
public static void SendASPNETException();
Formats and sends the base ASP.NET exception. Useful to administrators and developers who monitor their applications.
public static void SendASPNETException(params ServerErrorSection[]);
Formats and sends the base ASP.NET exception. Useful to administrators and developers who monitor their applications.
public static void SendASPNETException(string);
Formats and sends the base ASP.NET exception. Useful to administrators and developers who monitor their ASP.NET web applications.
public static void SendASPNETException(string,params ServerErrorSection[]);
Formats and sends the base ASP.NET exception. Useful to administrators and developers who monitor their applications.
public static void SendASPNETException(string,Exception);
Formats and sends the base ASP.NET exception. Useful to administrators and developers who monitor their applications.
public static void SendASPNETException(string,Exception,params ServerErrorSection[]);
Automatically formats and sends an exception.
public static void SendASPNETException(string,string,string,string,MailFormat,Exception,params ServerErrorSection[]);