Beispiel #1
0
 public void ShowError(string message, Exception ex, bool isBtnSandMailEnable = true)
 {
     ErrorBox.ShowError(message, ex, isBtnSandMailEnable);
 }
Beispiel #2
0
 private static void ShowError(Exception ex)
 {
     ErrorBox.ShowError("Exception: ", ex);
 }
Beispiel #3
0
 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);
 }