public void ShowError(string message, Exception ex, bool isBtnSandMailEnable = true) { ErrorBox.ShowError(message, ex, isBtnSandMailEnable); }
private static void ShowError(Exception ex) { ErrorBox.ShowError("Exception: ", ex); }
public void ShowError(string message, Exception ex, string[] attachments, Dictionary <string, string> additionalParams, bool isBtnSandMailEnable = true, string mandantCode = null, bool isMandantListVisible = true) { ErrorBox.ShowError(message, ex, attachments, additionalParams, isBtnSandMailEnable, mandantCode); }