| Execute(Exception) | Shows a message dialog for an exception with a default caption. Saves log and screenshot if directory is set in ErrorLogDirectory. |
| Execute(String) | Shows an information dialog. |
| Execute(String, AdvancedDialogTypes) | Shows a message dialog for any kind of message. |
| Execute(Exception, String, String) | Shows a message dialog for an exception. |
| Execute(String, String, AdvancedDialogTypes) | Shows a message dialog for any kind of message. |
| Execute(String, String, String, AdvancedDialogTypes, ButtonTypes) | Shows a message dialog for any kind of message. |
| Execute(String, String, String, AdvancedDialogTypes, ButtonTypes, Boolean, Boolean, String) | Shows a message dialog for any kind of message. |