public void Warning(Exception except, params string[] additional) { Writer.AppendLine(except.FormatError(additional)); }
public void Report(Exception ex) { MessageBox.Show(ex.FormatError()); }
public void Warning(Exception except, params string[] additional) { Writer.AppendLine(except.FormatError(additional)); }
public void Report(Exception ex) { MessageBox.Show(ex.FormatError()); }