summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml/HydratationContext.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Xaml/HydratationContext.cs')
-rw-r--r--Xamarin.Forms.Xaml/HydratationContext.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Xamarin.Forms.Xaml/HydratationContext.cs b/Xamarin.Forms.Xaml/HydratationContext.cs
index 7273a2cc..172bce17 100644
--- a/Xamarin.Forms.Xaml/HydratationContext.cs
+++ b/Xamarin.Forms.Xaml/HydratationContext.cs
@@ -3,7 +3,7 @@ using System.Collections.Generic;
namespace Xamarin.Forms.Xaml
{
- internal class HydratationContext
+ class HydratationContext
{
public HydratationContext()
{
@@ -17,8 +17,8 @@ namespace Xamarin.Forms.Xaml
public HydratationContext ParentContext { get; set; }
- public bool DoNotThrowOnExceptions { get; set; }
+ public Action<Exception> ExceptionHandler { get; set; }
public object RootElement { get; set; }
}
-}
+} \ No newline at end of file