Method ShowError
ShowError(string)
Shows an error dialog with the specified error.
void ShowError(string error)
Parameters
errorstringThe error to display.
ShowError(string, string)
Shows an error dialog with the specified error and title.
void ShowError(string error, string title)