Table of Contents

Method ReportError

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ReportError(bool, string?)

Reports an error information.

public virtual void ReportError(bool showError, string? errorText = null)

Parameters

showError bool

Indicates whether to show the error.

errorText string

The error message to display.