Skip to main content

IDialogService.ShowError(String, String) Method

In This Article

Shows the error dialog with the specified text and caption.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v14.2.dll

#Declaration

void ShowError(
    string text,
    string caption
)

#Parameters

Name Type Description
text String

A String value specifying the dialog's text.

caption String

A String value specifying the dialog's caption.

See Also