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.166 -- Release Build+512629cab095d663bbc2d1128ee85eded50c2562
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.