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
Copy file name to clipboardExpand all lines: docs/building-apps/build-properties.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -480,7 +480,7 @@ Valid values:
480
480
*`abort`: Abort the process.
481
481
*`disable`: Disable intercepting any managed exceptions. For MonoVM this is equivalent to `unwindnativecode`, for CoreCLR this is equivalent to `abort`.
482
482
483
-
For more information see the article about [Exception marshaling](todo)
483
+
For more information see the article about [Exception marshaling](https://learn.microsoft.com/dotnet/ios/advanced-concepts/exception-marshaling)
484
484
485
485
See also [MarshalObjectiveCExceptionMode](#marshalobjectivecexceptionmode)
486
486
@@ -497,7 +497,7 @@ Valid values:
497
497
*`abort`: Abort the process.
498
498
*`disable`: Disable intercepting any Objective-C exceptions.
499
499
500
-
For more information see the article about [Exception marshaling](todo)
500
+
For more information see the article about [Exception marshaling](https://learn.microsoft.com/dotnet/ios/advanced-concepts/exception-marshaling)
501
501
502
502
See also [MarshalManagedExceptionMode](#marshalmanagedexceptionmode)
0 commit comments