Click or drag to resize

EAPUtilFormatException Method (Exception, Boolean)

Returns a formatted string from an exception.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string FormatException(
	Exception ex,
	bool verbose
)

Parameters

ex
Type: SystemException
The exception
verbose
Type: SystemBoolean
Set to true to include verbose exception information.

Return Value

Type: String
A user formatted error message.
See Also