Skip to content

Commit bbf6e1d

Browse files
authored
[docs] Update urls to document about exception marshaling. (#22572)
1 parent b9b2a6e commit bbf6e1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/building-apps/build-properties.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ Valid values:
480480
* `abort`: Abort the process.
481481
* `disable`: Disable intercepting any managed exceptions. For MonoVM this is equivalent to `unwindnativecode`, for CoreCLR this is equivalent to `abort`.
482482

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)
484484

485485
See also [MarshalObjectiveCExceptionMode](#marshalobjectivecexceptionmode)
486486

@@ -497,7 +497,7 @@ Valid values:
497497
* `abort`: Abort the process.
498498
* `disable`: Disable intercepting any Objective-C exceptions.
499499

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)
501501

502502
See also [MarshalManagedExceptionMode](#marshalmanagedexceptionmode)
503503

0 commit comments

Comments
 (0)