16 references to SEHException
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
722
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.
SEHException
))]
netstandard (1)
netstandard.cs (1)
1729
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.
SEHException
))]
PresentationBuildTasks (9)
Microsoft\Build\Tasks\Windows\FileClassifier.cs (1)
100
if (e is NullReferenceException || e is
SEHException
)
Microsoft\Build\Tasks\Windows\MergeLocalizationDirectives.cs (1)
88
if (e is NullReferenceException || e is
SEHException
)
Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (1)
199
if (e is NullReferenceException || e is
SEHException
)
Microsoft\Build\Tasks\Windows\UidManager.cs (4)
95
if (e is NullReferenceException || e is
SEHException
)
393
if (e is NullReferenceException || e is
SEHException
)
990
if (e is NullReferenceException || e is
SEHException
)
1029
if (e is NullReferenceException || e is
SEHException
)
Microsoft\Build\Tasks\Windows\UpdateManifestForBrowserApplication.cs (1)
127
if (e is NullReferenceException || e is
SEHException
)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\CriticalExceptions.cs (1)
27
ex is System.Runtime.InteropServices.
SEHException
||
PresentationCore (2)
MS\Internal\FontCache\FontCacheUtil.cs (1)
764
internal static Exception ConvertInPageException(FontSource fontSource,
SEHException
e)
System\Windows\Media\GlyphTypeface.cs (1)
242
catch (
SEHException
e)
PresentationFramework (1)
System\Windows\Shell\JumpList.cs (1)
774
if (e is NullReferenceException || e is System.Runtime.InteropServices.
SEHException
)
System.Runtime.InteropServices (1)
artifacts\obj\System.Runtime.InteropServices\Debug\net10.0\System.Runtime.InteropServices.Forwards.cs (1)
131
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.
SEHException
))]
System.Xaml (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\CriticalExceptions.cs (1)
27
ex is System.Runtime.InteropServices.
SEHException
||