Skip to content

Commit 1868bdf

Browse files
sung-surookiejava
authored andcommitted
Fix catch exception for sample (#262)
* Fix catch exception for control sample * Fix exception type for Tizen * Add bracket
1 parent c054128 commit 1868bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Essentials/src/Types/Shared/Exceptions.shared.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace Microsoft.Maui.Essentials
44
{
55
static class ExceptionUtils
66
{
7-
#if NETSTANDARD || NET6_0
7+
#if NETSTANDARD || (NET6_0 && !TIZEN)
88
internal static NotImplementedInReferenceAssemblyException NotSupportedOrImplementedException =>
99
new NotImplementedInReferenceAssemblyException();
1010
#else

0 commit comments

Comments
 (0)