30 public override int Order =>
int.MaxValue - 1;
37 public override bool CanInterpret(Exception exception) => exception?.GetType() == typeof(ClrBubbledException);
47 var pe = (ClrBubbledException)exception;
48 var sanitized = base.Interpret(exception, innerInterpreter);
49 var inner = sanitized.InnerException ?? sanitized;