Hide

Dokumentation zum YetaWF.Core-Paket

Display
Print

YetaWF.Core.Support.ErrorHandling.FormatExceptionMessage Method

Returns a fully formatted error message, including text of any inner exceptions. It also handles any AggregateExceptions.

Class: YetaWF.Core.Support.ErrorHandling
Namespace: YetaWF.Core.Support
Assembly: YetaWF.Core

Syntax

public static string FormatExceptionMessage( Exception? exc );

Parameters

exc

The exception for which the message is returned.

Return Value

A fully formatted error message, including text of any inner exceptions. It also handles any AggregateExceptions.

Remarks

The returned error message string may not be fully localized as inner exceptions or internal errors are not localized and will be shown in the operating system's default language.

See Also YetaWF.Core.Support.ErrorHandling ClassYetaWF.Core Overview