6 references to IsCancellation
Microsoft.Extensions.AI.Evaluation.Console (6)
Utilities\LoggerExtensions.cs (6)
27
catch (Exception ex) when (!ex.
IsCancellation
() && logger.LogException(ex) && swallowUnhandledExceptions)
43
catch (Exception ex) when (!ex.
IsCancellation
() && logger.LogException(ex) && swallowUnhandledExceptions)
61
catch (Exception ex) when (!ex.
IsCancellation
() && logger.LogException(ex) && swallowUnhandledExceptions)
76
catch (Exception ex) when (!ex.
IsCancellation
() && logger.LogException(ex) && swallowUnhandledExceptions)
92
catch (Exception ex) when (!ex.
IsCancellation
() && logger.LogException(ex) && swallowUnhandledExceptions)
110
catch (Exception ex) when (!ex.
IsCancellation
() && logger.LogException(ex) && swallowUnhandledExceptions)