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