Click or drag to resize

EAPUtilFormatException Method (IAppContext, Exception)

Returns a formatted string from an exception using developer logging when appropriate and honoring the UserErrorMessages application property.

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

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
ex
Type: SystemException
The exception.

Return Value

Type: String
The user/developer formatted error message, as appropriate.
See Also