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
)
Public Shared Function FormatException (
cxt As IAppContext,
ex As Exception
) As String
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - ex
- Type: SystemException
The exception.
Return Value
Type:
StringThe user/developer formatted error message, as appropriate.
See Also