LoggerSwallowException Method
Logs that a first chance exception was intentionally not handled for the provided reason.
In the LogFileViewer it will filter messages differently if it was indicated that they were swallowed.
Namespace: Gemstone.DiagnosticsAssembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.170 -- Release Build+b83e8c747f0c15a81a660ab35beb2ba998d4c40f
Gemstone.Diagnostics.Logger.SwallowException = function(ex, message, details, additionalFlags);
Parameters
- ex Exception
- the exception that was swallowed
- message String (Optional)
- message to include, such as a reason why it was swallowed.
- details String (Optional)
- additional details.
- additionalFlags MessageFlags (Optional)
- additional flags that can be set with this swallowed exception.