EAPUtil.FormatException 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)
Syntaxpublic static string FormatException(
Exception ex,
bool verbose
)
Public Shared Function FormatException (
ex As Exception,
verbose As Boolean
) As String
Parameters
- ex
- Type: System.Exception
The exception - verbose
- Type: System.Boolean
Set to true to include verbose exception information.
Return Value
Type:
StringA user formatted error message.
See Also