 | ISuppressSwallow Method (Action) |
Runs the provided action. If the action throws, the exception is logged at Error level. The exception is not propagated outside of this method.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxvoid Swallow(
Action action
)
Sub Swallow (
action As Action
)
Parameters
- action
- Type: SystemAction
Action to execute.
See Also