Table of Contents

Method GetExceptionMessageText

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

GetExceptionMessageText(Exception?, string?)

Gets the exception message text.

public static string GetExceptionMessageText(Exception? e, string? additionalInfo = null)

Parameters

e Exception

The exception.

additionalInfo string

Additional information to include in the message.

Returns

string

A string containing the exception message text and additional information.