36 references to SEHException
ComSvcConfig (14)
ComAdminWrapper.cs (6)
252
if (ex is NullReferenceException || ex is
SEHException
)
319
if (ex is NullReferenceException || ex is
SEHException
)
401
if (ex is NullReferenceException || ex is
SEHException
)
436
if (ex is NullReferenceException || ex is
SEHException
)
514
if (e is NullReferenceException || e is
SEHException
)
564
if (e is NullReferenceException || e is
SEHException
)
ComplusEndpointConfigContainer.cs (3)
100
if (ex is NullReferenceException || ex is
SEHException
)
261
if (ex is NullReferenceException || ex is
SEHException
)
459
if (ex is NullReferenceException || ex is
SEHException
)
SvcFileManager.cs (1)
249
if (e is NullReferenceException || e is
SEHException
)
Tool.cs (3)
253
if (e is NullReferenceException || e is
SEHException
)
600
if (e is NullReferenceException || e is
SEHException
)
946
if (e is NullReferenceException || e is
SEHException
)
WasEndpointConfigContainer.cs (1)
468
if (ex is NullReferenceException || ex is
SEHException
)
PresentationBuildTasks (10)
Base\MS\Internal\CriticalExceptions.cs (1)
29
ex is System.Runtime.InteropServices.
SEHException
||
BuildTasks\Microsoft\Build\Tasks\Windows\FileClassifier.cs (1)
116
if (e is NullReferenceException || e is
SEHException
)
BuildTasks\Microsoft\Build\Tasks\Windows\GetWinFXPath.cs (1)
101
if (e is NullReferenceException || e is
SEHException
)
BuildTasks\Microsoft\Build\Tasks\Windows\MergeLocalizationDirectives.cs (1)
97
if (e is NullReferenceException || e is
SEHException
)
BuildTasks\Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (1)
217
if (e is NullReferenceException || e is
SEHException
)
BuildTasks\Microsoft\Build\Tasks\Windows\UidManager.cs (4)
110
if (e is NullReferenceException || e is
SEHException
)
411
if (e is NullReferenceException || e is
SEHException
)
1013
if (e is NullReferenceException || e is
SEHException
)
1055
if (e is NullReferenceException || e is
SEHException
)
BuildTasks\Microsoft\Build\Tasks\Windows\UpdateManifestForBrowserApplication.cs (1)
149
if (e is NullReferenceException || e is
SEHException
)
PresentationCore (2)
Core\CSharp\MS\Internal\FontCache\FontCacheUtil.cs (1)
957
internal static Exception ConvertInPageException(FontSource fontSource,
SEHException
e)
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (1)
309
catch (
SEHException
e)
PresentationFramework (4)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (3)
285
if (exception is NullReferenceException || exception is
SEHException
)
326
if (exception is NullReferenceException || exception is
SEHException
)
1057
catch(
SEHException
)
src\Framework\System\Windows\Shell\JumpList.cs (1)
902
if (e is NullReferenceException || e is System.Runtime.InteropServices.
SEHException
)
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqQueue.cs (1)
905
if (e is NullReferenceException || e is
SEHException
)
System\ServiceModel\ComIntegration\ComIntegrationManifestGenerator.cs (2)
62
if (e is NullReferenceException || e is
SEHException
)
105
if (e is NullReferenceException || e is
SEHException
)
System\ServiceModel\SpnEndpointIdentity.cs (1)
131
if (e is NullReferenceException || e is
SEHException
)
WindowsBase (2)
Base\MS\Internal\CriticalExceptions.cs (1)
29
ex is System.Runtime.InteropServices.
SEHException
||
Shared\MS\Win32\SafeNativeMethodsCLR.cs (1)
558
catch (Exception e) when (e is Win32Exception || e is
SEHException
)