GenericExceptionFormatException(String, 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(
string msg,
Exception exception
)
- msg String
- Additional message to include.
- exception Exception
- Exception to format.
StringString containing the exception details.