EAPUtilFormatException Method (Exception, FormatExceptionOptions) |
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,
FormatExceptionOptions options
)
Public Shared Function FormatException (
ex As Exception,
options As FormatExceptionOptions
) As String
Parameters
- ex
- Type: SystemException
The exception - options
- Type: NetQuarryFormatExceptionOptions
Options affecting how the message is generated.
Return Value
Type:
StringA user formatted error message
See Also