Table of Contents

Method ShowCriticalMessage

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

ShowCriticalMessage(string, Exception?)

Shows critical message on the screen using any possible way.

public static void ShowCriticalMessage(string s, Exception? e = null)

Parameters

s string

Message to show.

e Exception

Exception information.