GenericExceptionFormatException(Exception) Method

Formats an exception as a string.

Definition

Namespace: Application.Helper
Assembly: Application.Helper (in Application.Helper.dll) Version: 2.0.5
C#
public static string FormatException(
	Exception exception
)

Parameters

exception  Exception
Exception to format.

Return Value

String
String containing the exception details.

See Also