Skip to content

Commit

Permalink
chore: Mark RethrowNativeExceptions as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Sep 13, 2024
1 parent 3ef3c49 commit 6e0713f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Uno.Foundation/FoundationFeatureConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ internal static void RestoreDefaults()
public static class Runtime
{
/// <summary>
/// Indicates if exception thrown in javascript should be rethrown in managed code.
/// [Deprecated] Indicates if exception thrown in javascript should be rethrown in managed code.
/// </summary>
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public static bool RethrowNativeExceptions
{
// Obsolete, remove in next major
Expand Down

0 comments on commit 6e0713f

Please sign in to comment.