GenericExceptionFormatException(Exception) Method
Formats an exception as a string.
Namespace: Application.HelperAssembly: Application.Helper (in Application.Helper.dll) Version: 2.0.5
public static string FormatException(
Exception exception
)
- exception Exception
- Exception to format.
StringString containing the exception details.