public static void ReportError(string,Exception);
public static void ReportError(string,string);
Reports an error, with the specified category and with a message in addition to the exception details.
public static void ReportError(string,string,Exception);