You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance the logging mechanism by capturing and including the original lambda expression passed to WrapHandled.
This can be achieved using CallerArgumentExpression and passing the captured expression into HandleException.
Enhance the logging mechanism by capturing and including the original lambda expression passed to
WrapHandled.This can be achieved using
CallerArgumentExpressionand passing the captured expression intoHandleException.