The Interface to the Error Service. More...
Public Member Functions | |
| void | ShowError (string message, string solution, string details) |
| Show an Exception Error Window. | |
| void | ShowError (string message, string solution, Exception exception) |
| Show an Exception Error Window. | |
| MessageBoxResult | ShowMessageBox (string message, string header, MessageBoxButton buttons, MessageBoxImage image) |
| Show a Message Box. It is good practice to use this, so that if we ever introduce unit testing, the message boxes won't cause issues. | |
The Interface to the Error Service.
| void HandBrakeWPF::Services::Interfaces::IErrorService::ShowError | ( | string | message, | |
| string | solution, | |||
| string | details | |||
| ) |
Show an Exception Error Window.
| message | The message. | |
| solution | The solution. | |
| details | The details. |
Implemented in HandBrakeWPF::Services::ErrorService.
| void HandBrakeWPF::Services::Interfaces::IErrorService::ShowError | ( | string | message, | |
| string | solution, | |||
| Exception | exception | |||
| ) |
Show an Exception Error Window.
| message | The message. | |
| solution | The solution. | |
| exception | The exception. |
Implemented in HandBrakeWPF::Services::ErrorService.
| MessageBoxResult HandBrakeWPF::Services::Interfaces::IErrorService::ShowMessageBox | ( | string | message, | |
| string | header, | |||
| MessageBoxButton | buttons, | |||
| MessageBoxImage | image | |||
| ) |
Show a Message Box. It is good practice to use this, so that if we ever introduce unit testing, the message boxes won't cause issues.
| message | The message. | |
| header | The header. | |
| buttons | The buttons. | |
| image | The image. |
Implemented in HandBrakeWPF::Services::ErrorService.
1.7.1