Commit ed41478
[release/6.0] [mono] Preserve FirstChanceExceptionEventArgs ctor (#68265)
* [mono] Preserve FirstChanceExceptionEventArgs ctor
The runtime is creating the exception so we need to preserve it.
See dotnet/android#6626
* PR feedback: use DynamicDependencyAttribute instead
Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>1 parent 39dbeee commit ed41478
File tree
4 files changed
+4
-6
lines changed- src
- libraries/System.Private.CoreLib/src
- System
- Runtime/ExceptionServices
- mono/System.Private.CoreLib/src/ILLink
4 files changed
+4
-6
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
761 | 761 | | |
762 | 762 | | |
763 | 763 | | |
764 | | - | |
| 764 | + | |
765 | 765 | | |
766 | 766 | | |
767 | 767 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
| 69 | + | |
67 | 70 | | |
68 | 71 | | |
69 | 72 | | |
| |||
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | 415 | | |
421 | 416 | | |
422 | 417 | | |
| |||
0 commit comments