Table of Contents

Method GetExceptionDetailsText

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

GetExceptionDetailsText(Exception?)

Gets detailed text information about the specified exception.

public static string GetExceptionDetailsText(Exception? e)

Parameters

e Exception

The exception to get details for.

Returns

string

A string containing detailed information about the exception.