Table of Contents

Method ShowError

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

ShowError(string)

Shows an error dialog with the specified error.

void ShowError(string error)

Parameters

error string

The error to display.

ShowError(string, string)

Shows an error dialog with the specified error and title.

void ShowError(string error, string title)

Parameters

error string

The error to display.

title string

The title of the dialog.