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