EAPUtilFormatException Method (Exception, Boolean, 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 nonDebugVerbose,
bool debugVerbose
)
Public Shared Function FormatException (
ex As Exception,
nonDebugVerbose As Boolean,
debugVerbose As Boolean
) As String
Parameters
- ex
- Type: SystemException
The exception - nonDebugVerbose
- Type: SystemBoolean
Set to true to include verbose exception information in a non-DEBUG build. - debugVerbose
- Type: SystemBoolean
Set to true to include verbose exception information in a DEBUG build.
Return Value
Type:
StringA user formatted error message
See Also