Table of Contents

Method Error

Namespace
Alternet.Common
Assembly
Alternet.Common.v10.dll

Error(string, string?)

Processes given exception by calling OnError event.

public static void Error(string message, string? caption = null)

Parameters

message string

The message to process.

caption string

Error dialog caption.

Error(Exception)

Processes given exception with the defined way.

public static void Error(Exception exception)

Parameters

exception Exception

The Exception to process.