41 instantiations of SecurityException
mscorlib (39)
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (1)
317throw new SecurityException(Environment.GetResourceString("Serialization_RequireFullTrust", objectType));
system\runtime\serialization\formatters\binary\binaryobjectreader.cs (2)
1528throw new SecurityException() { Demanded = sourceAssembly.PermissionSet }; 1534throw new SecurityException() { Demanded = sourceAssembly.PermissionSet };
system\runtime\serialization\formatterservices.cs (1)
218throw new SecurityException(Environment.GetResourceString("Serialization_TypeSecurity", advancedTypes[i].FullName, t.FullName));
system\security\codeaccesssecurityengine.cs (3)
633throw new SecurityException( Environment.GetResourceString( "Security_MustRevertOverride" ) ); 661throw new SecurityException( Environment.GetResourceString( "Security_MustRevertOverride" ) ); 681throw new SecurityException( Environment.GetResourceString( "Security_MustRevertOverride" ) );
system\security\framesecuritydescriptor.cs (6)
332throw new SecurityException(String.Format(CultureInfo.InvariantCulture, Environment.GetResourceString("Security_Generic"), demand.GetType().AssemblyQualifiedName), null, permSet, SecurityRuntime.GetMethodInfo(rmh), demand, demand); 347throw new SecurityException(String.Format(CultureInfo.InvariantCulture, Environment.GetResourceString("Security_Generic"), demand.GetType().AssemblyQualifiedName), null, permSet, SecurityRuntime.GetMethodInfo(rmh), demand, demand); 360throw new SecurityException(String.Format(CultureInfo.InvariantCulture, Environment.GetResourceString("Security_Generic"), demand.GetType().AssemblyQualifiedName), permSet, null, SecurityRuntime.GetMethodInfo(rmh), demand, demand); 372throw new SecurityException(String.Format(CultureInfo.InvariantCulture, Environment.GetResourceString("Security_Generic"), demand.GetType().AssemblyQualifiedName), permSet, null, SecurityRuntime.GetMethodInfo(rmh), demand, demand); 492throw new SecurityException(Environment.GetResourceString("Security_GenericNoType"), null, permSet, SecurityRuntime.GetMethodInfo(rmh), demandSet, permFailed); 516throw new SecurityException(Environment.GetResourceString("Security_GenericNoType"), permSet, null, SecurityRuntime.GetMethodInfo(rmh), demandSet, permFailed);
system\security\permissionlistset.cs (1)
350throw new SecurityException(String.Format(CultureInfo.InvariantCulture, Environment.GetResourceString("Security_Generic")));
system\security\permissions\principalpermission.cs (1)
457throw new SecurityException(Environment.GetResourceString("Security_PrincipalPermission"), name, null, null, null, SecurityAction.Demand, this, this, evid);
system\security\principal\windowsidentity.cs (11)
188throw new SecurityException(Win32Native.GetMessage(Marshal.GetLastWin32Error())); 415throw new SecurityException(Win32Native.GetMessage(Marshal.GetLastWin32Error())); 423throw new SecurityException(Win32Native.GetMessage(Marshal.GetLastWin32Error())); 732throw new SecurityException(Win32Native.GetMessage(hr)); 740throw new SecurityException(Environment.GetResourceString( "ExecutionEngine_MissingSecurityDescriptor" ) ); 759throw new SecurityException(Environment.GetResourceString("Argument_ImpersonateUser")); 810throw new SecurityException(Win32Native.GetMessage(hr)); 843return new SecurityException(Win32Native.GetMessage(win32ErrorCode)); 965throw new SecurityException(Win32Native.GetMessage(Marshal.GetLastWin32Error())); 970throw new SecurityException(Win32Native.GetMessage(dwErrorCode)); 1054throw new SecurityException(Win32Native.GetMessage(Marshal.GetLastWin32Error()));
system\security\principal\windowsimpersonationcontext.cs (2)
55throw new SecurityException(Win32Native.GetMessage(Marshal.GetLastWin32Error())); 77throw new SecurityException(Win32Native.GetMessage(hr));
system\security\principal\windowsprincipal.cs (2)
247throw new SecurityException(Win32Native.GetMessage(Marshal.GetLastWin32Error())); 255throw new SecurityException(Win32Native.GetMessage(Marshal.GetLastWin32Error()));
system\security\securityexception.cs (1)
124return new SecurityException(message, asmName, granted, refused, method, action, demand, permThatFailed, asmEvidence);
system\security\securityruntime.cs (6)
99throw new SecurityException(Environment.GetResourceString("Security_AnonymouslyHostedDynamicMethodCheckFailed"), ex); 119throw new SecurityException(Environment.GetResourceString("Security_AnonymouslyHostedDynamicMethodCheckFailed"), ex); 149throw new SecurityException( Environment.GetResourceString( "Security_MustRevertOverride" ) ); 170throw new SecurityException( Environment.GetResourceString( "Security_MustRevertOverride" ) ); 199throw new SecurityException( Environment.GetResourceString( "Security_MustRevertOverride" ) ); 220throw new SecurityException( Environment.GetResourceString( "Security_MustRevertOverride" ) );
system\throwhelper.cs (1)
107throw new System.Security.SecurityException(Environment.GetResourceString(GetResourceName(resource)));
system\timezoneinfo.cs (1)
1978throw new SecurityException(Environment.GetResourceString("Security_CannotReadRegistryData", id), e);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
457throw FxTrace.Exception.AsError(new SecurityException(string.Format(CultureInfo.CurrentUICulture, SR.UntrustedSourceDetected, fileName)));
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
457throw FxTrace.Exception.AsError(new SecurityException(string.Format(CultureInfo.CurrentUICulture, SR.UntrustedSourceDetected, fileName)));
296 references to SecurityException
mscorlib (38)
system\appdomain.cs (1)
548catch (SecurityException e)
system\badimageformatexception.cs (3)
23using SecurityException = System.Security.SecurityException; 108catch(SecurityException) 159catch (SecurityException)
system\diagnostics\debugger.cs (2)
83catch (SecurityException) 139catch (SecurityException)
system\diagnostics\stackframe.cs (1)
299catch (System.Security.SecurityException)
system\diagnostics\stacktrace.cs (1)
736catch (SecurityException)
system\globalization\japanesecalendar.cs (1)
200catch (System.Security.SecurityException)
system\io\__error.cs (1)
101catch (SecurityException) {
system\io\directory.cs (2)
354catch(SecurityException) {} 417catch (SecurityException) { }
system\io\file.cs (1)
449catch (SecurityException) { }
system\io\fileloadexception.cs (3)
27using SecurityException = System.Security.SecurityException; 123catch(SecurityException) 178catch (SecurityException)
system\io\filenotfoundexception.cs (3)
22using SecurityException = System.Security.SecurityException; 110catch(SecurityException) 164catch (SecurityException)
system\io\filestream.cs (1)
876catch(SecurityException) {}
system\io\longpath.cs (3)
307catch(SecurityException) {} 591catch (SecurityException) { } 920catch (SecurityException) { }
system\io\path.cs (1)
202catch (SecurityException) {
system\runtime\serialization\formatterservices.cs (1)
265catch(SecurityException e) {
system\runtime\versioning\multitargetinghelpers.cs (1)
77return (ex is System.Security.SecurityException) || IsCriticalException(ex);
system\security\codeaccesssecurityengine.cs (4)
122throw SecurityException.MakeSecurityException(asmName, asmEvidence, granted, refused, rmh, action, demand, permThatFailed); 137throw SecurityException.MakeSecurityException(asmName, null, granted, refused, rmh, action, demand, permThatFailed); 234catch (SecurityException) 395catch (SecurityException)
system\security\cryptography\utils.cs (1)
552catch (SecurityException)
system\security\hostprotectionexception.cs (1)
75: base(SecurityException.GetResString("HostProtection_HostProtection"))
system\security\policy\evidence.cs (1)
1048catch (SecurityException)
system\security\securityexception.cs (1)
623catch(SecurityException)
system\security\securityruntime.cs (2)
97catch (SecurityException ex) 117catch (SecurityException ex)
system\security\util\xmlutil.cs (1)
652catch (SecurityException)
system\threading\thread.cs (1)
848catch (SecurityException)
PresentationBuildTasks (2)
Base\MS\Internal\CriticalExceptions.cs (1)
30ex is System.Security.SecurityException;
Shared\System\Windows\Markup\ReflectionHelper.cs (1)
94catch (System.Security.SecurityException)
PresentationCore (11)
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (1)
188catch(SecurityException)
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (1)
1353catch(SecurityException)
Shared\MS\Internal\SecurityHelper.cs (9)
97catch(SecurityException ) 153catch (SecurityException) 343catch (SecurityException) 616catch (SecurityException) 643catch (SecurityException) 684catch (SecurityException) 789catch (SecurityException) 1059catch(SecurityException) 1318catch ( SecurityException )
PresentationFramework (24)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (1)
852catch (SecurityException)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (1)
1669catch (System.Security.SecurityException)
src\Framework\MS\Internal\DataStreams.cs (1)
298catch (SecurityException)
src\Framework\MS\Internal\Ink\ClipboardProcessor.cs (2)
389catch (SecurityException) 410catch (SecurityException)
src\Framework\MS\Internal\Ink\XamlClipboardData.cs (1)
58catch ( SecurityException )
src\Framework\System\Windows\Controls\PrintDialog.cs (1)
714catch (SecurityException)
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
886catch (SecurityException)
src\Framework\System\Windows\Documents\RubberbandSelector.cs (1)
195catch (SecurityException)
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (2)
357catch (SecurityException) 428catch (SecurityException)
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (3)
256catch(SecurityException) 502catch (SecurityException se) 557catch (Exception e) when ((e is SecurityException) || (e is ArgumentException) || !fileCopied)
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
2979catch (SecurityException e) 3086SecurityException se = we.GetBaseException() as SecurityException;
src\Shared\MS\Internal\SecurityHelper.cs (4)
97catch(SecurityException ) 225catch (SecurityException) 248catch (SecurityException) 311catch (SecurityException)
src\Shared\MS\Internal\WindowsRuntime\ReflectionHelper.cs (3)
305/// <exception cref="System.Security.SecurityException">The caller does not have the necessary code access permission</exception> 330/// <exception cref="System.Security.SecurityException">The caller does not have the necessary code access permission</exception> 357/// <exception cref="System.Security.SecurityException">The caller does not have the necessary code access permission</exception>
System (56)
compmod\microsoft\win32\SystemEvents.cs (1)
1052catch (SecurityException) {
misc\ClientUtils.cs (1)
50return (ex is System.Security.SecurityException) || IsCriticalException(ex);
misc\SecurityUtils.cs (2)
66catch (SecurityException) { 83catch (SecurityException) {
net\System\Net\_Connection.cs (1)
2997if (!(theException is WebException) && !(theException is SecurityException))
net\System\Net\_DigestClient.cs (1)
765catch (SecurityException e) {
net\System\Net\_SecureChannel.cs (2)
415if (exception is CryptographicException || exception is SecurityException) { 445catch (SecurityException) {
net\System\Net\_ServiceNameStore.cs (2)
195catch (System.Security.SecurityException) 213catch (System.Security.SecurityException)
net\System\Net\FtpWebRequest.cs (1)
1296else if (exception is AuthenticationException || exception is SecurityException)
net\System\Net\HttpListener.cs (2)
341private SecurityException m_SecurityException; 406catch (SecurityException exception)
net\System\Net\HttpListenerRequest.cs (2)
150catch (SecurityException exception) { 964catch (SecurityException exception) {
net\System\Net\HttpSysSettings.cs (2)
62catch (SecurityException e) 95catch (SecurityException e)
net\System\Net\HttpWebRequest.cs (2)
3902if (!(E is WebException) && !(E is SecurityException)) 5931catch (SecurityException e) {
net\System\Net\HybridWebProxyFinder.cs (1)
137catch (SecurityException)
net\System\Net\Internal.cs (1)
773catch (SecurityException e)
net\System\Net\Logging.cs (1)
207catch (SecurityException) {
net\System\Net\mail\iisPickupDirectory.cs (1)
452if (exception is SecurityException ||
net\System\Net\mail\SmtpClient.cs (2)
541if (e is SecurityException || 683if (e is SecurityException ||
net\System\Net\NetRegistryConfiguration.cs (2)
139catch (SecurityException) { } 190catch (SecurityException) { }
net\System\Net\SecureProtocols\_NegoState.cs (1)
340catch (SecurityException) {
net\System\Net\SocketPermission.cs (1)
991catch (SecurityException) {
net\System\Net\webclient.cs (23)
360if (!(e is WebException || e is SecurityException)) { 404if (!(e is WebException || e is SecurityException)) { 452if (!(e is WebException || e is SecurityException)) { 507if (!(e is WebException || e is SecurityException)) { 578if (!(e is WebException || e is SecurityException)) { 725if (!(e is WebException || e is SecurityException)) { 813if (!(e is WebException || e is SecurityException)) { 1220if (!(e is WebException || e is SecurityException)) { 1259if (!(e is WebException || e is SecurityException)) { 1485if (!(e is WebException || e is SecurityException)) { 1516if (!(e is WebException || e is SecurityException)) { 1811if (!(e is WebException || e is SecurityException)) { 1844if (!(e is WebException || e is SecurityException)) { 1883if (!(e is WebException || e is SecurityException)) { 1926if (!(e is WebException || e is SecurityException)) { 1994if (!(e is WebException || e is SecurityException)) { 2048if (!(e is WebException || e is SecurityException)) { 2110if (!(e is WebException || e is SecurityException)) { 2144if (!(e is WebException || e is SecurityException)) { 2226if (!(e is WebException || e is SecurityException)) { 2322if (!(e is WebException || e is SecurityException)) { 2425if (!(e is WebException || e is SecurityException)) { 2521if (!(e is WebException || e is SecurityException)) {
security\system\security\cryptography\x509\x509certificate2.cs (1)
1248catch (SecurityException) {}
services\monitoring\system\diagnosticts\EventLog.cs (1)
921catch (SecurityException) {
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (1)
635} catch (SecurityException) {
sys\system\configuration\ConfigurationException.cs (1)
198catch (SecurityException) {
System.Activities (1)
System\Activities\Debugger\Symbol\SymbolHelper.cs (1)
115catch (SecurityException)
System.AddIn (4)
System\Addin\Hosting\AddInStore.cs (3)
339catch (SecurityException) { } 790catch (SecurityException) 1509private static SecurityException GetGenericSecurityException()
System\Addin\Hosting\Utils.cs (1)
264catch(SecurityException)
System.Configuration (6)
System\Configuration\BaseConfigurationRecord.cs (1)
1773catch (SecurityException e) {
System\Configuration\ClientConfigurationHost.cs (1)
183catch (SecurityException) {
System\Configuration\ConfigurationErrorsException.cs (1)
393catch (SecurityException) {
System\Configuration\PropertySourceInfo.cs (1)
41catch (SecurityException) {
System\Configuration\TypeUtil.cs (2)
279catch (SecurityException) { } 287catch (SecurityException) { }
System.Core (2)
System\IO\__Error.cs (1)
113catch (SecurityException) {
System\IO\LogStream.cs (1)
149catch(SecurityException) {}
System.Data (7)
fx\src\data\System\Data\Common\AdapterUtil.cs (3)
373static private readonly Type SecurityType = typeof(SecurityException); 2191catch(SecurityException e) { 2211catch(SecurityException e) {
fx\src\data\System\Data\DataException.cs (1)
253catch(System.Security.SecurityException) {
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (1)
474catch(System.Security.SecurityException e) {
fx\src\Data\System\Data\ProviderBase\DbConnectionHelper.cs (1)
384catch(System.Security.SecurityException) {
fx\src\data\System\Data\SqlClient\SqlConnection.cs (1)
1792catch (SecurityException e) {
System.Data.DataSetExtensions (1)
System\Data\DataSetUtil.cs (1)
120static private readonly Type SecurityType = typeof(System.Security.SecurityException);
System.Data.Entity (4)
System\Data\Common\EntityUtil.cs (1)
1953static private readonly Type SecurityType = typeof(System.Security.SecurityException);
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
240catch (System.Security.SecurityException ex)
System\Data\Metadata\AspProxy.cs (1)
43catch (SecurityException)
System\Data\Metadata\Edm\LightweightCodeGenerator.cs (1)
577catch (SecurityException)
System.Data.Entity.Design (3)
System\Data\Entity\Design\Common\MetadataUtil.cs (1)
240static private readonly Type SecurityType = typeof(System.Security.SecurityException);
System\Data\Entity\Design\EntityCodeGenerator.cs (1)
373catch (System.Security.SecurityException ex)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
148catch (System.Security.SecurityException ex)
System.Data.Linq (2)
parent\parent\misc\SecurityUtils.cs (2)
66catch (SecurityException) { 83catch (SecurityException) {
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
307catch (System.Security.SecurityException ex)
System.Drawing (3)
commonui\System\Drawing\IntSecurity.cs (1)
79catch (SecurityException) {
commonui\System\Drawing\Printing\InvalidPrinterException.cs (1)
68catch (SecurityException) {
misc\ClientUtils.cs (1)
50return (ex is System.Security.SecurityException) || IsCriticalException(ex);
System.IdentityModel (1)
System\IdentityModel\SecurityUtils.cs (1)
288catch (SecurityException)
System.Net (1)
net\PeerToPeer\UnsafePeerToPeerMethods.cs (1)
319catch (SecurityException e) {
System.Runtime.Serialization (14)
System\Runtime\Serialization\ClassDataContract.cs (2)
455internal bool RequiresMemberAccessForRead(SecurityException securityException) 569internal bool RequiresMemberAccessForWrite(SecurityException securityException)
System\Runtime\Serialization\CollectionDataContract.cs (2)
1306internal bool RequiresMemberAccessForRead(SecurityException securityException) 1365internal bool RequiresMemberAccessForWrite(SecurityException securityException)
System\Runtime\Serialization\Json\JsonFormatReaderGenerator.cs (2)
127catch (SecurityException securityException) 203catch (SecurityException securityException)
System\Runtime\Serialization\Json\JsonFormatWriterGenerator.cs (2)
97catch (SecurityException securityException) 128catch (SecurityException securityException)
System\Runtime\Serialization\XmlDataContract.cs (2)
347catch (SecurityException securityException) 377bool RequiresMemberAccessForCreate(SecurityException securityException)
System\Runtime\Serialization\XmlFormatReaderGenerator.cs (2)
128catch (SecurityException securityException) 214catch (SecurityException securityException)
System\Runtime\Serialization\XmlFormatWriterGenerator.cs (2)
110catch (SecurityException securityException) 140catch (SecurityException securityException)
System.Security (6)
system\security\cryptography\pkcs\envelopedpkcs7.cs (4)
1052catch (SecurityException) { 1061catch (SecurityException) { 1090catch (SecurityException) { 1099catch (SecurityException) {
system\security\cryptography\xml\signedxml.cs (1)
759catch (SecurityException) { /* we could not open the key - that's fine, we can proceed with no additional values */ }
system\security\cryptography\xml\utils.cs (1)
498catch (SecurityException) { /* we could not open the key - that's fine, we can proceed with the default value */ }
System.ServiceModel (27)
System\ServiceModel\Administration\WbemProvider.cs (1)
46catch (SecurityException)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
571catch (SecurityException exception) 668catch (SecurityException e)
System\ServiceModel\ComIntegration\ComPlusAuthorization.cs (1)
546catch (SecurityException)
System\ServiceModel\Configuration\ServiceHostingEnvironmentSection.cs (1)
35catch (SecurityException)
System\ServiceModel\Description\ConfigLoader.cs (1)
1529catch (SecurityException)
System\ServiceModel\Description\ServiceDescription.cs (2)
171SecurityException securityException = methodAccessException.InnerException as SecurityException;
System\ServiceModel\Diagnostics\MessageLogger.cs (2)
599catch (SecurityException securityException) 751catch (SecurityException securityException)
System\ServiceModel\Diagnostics\PerformanceCounters.cs (2)
82catch (SecurityException securityException) 183catch (SecurityException securityException)
System\ServiceModel\Dispatcher\AsyncMethodInvoker.cs (2)
140catch (System.Security.SecurityException e) 228catch (SecurityException e)
System\ServiceModel\Dispatcher\InvokerUtil.cs (4)
88catch (SecurityException securityException) 127catch (SecurityException securityException) 172catch (SecurityException securityException) 219catch (SecurityException securityException)
System\ServiceModel\Dispatcher\PartialTrustValidationBehavior.cs (1)
171catch (SecurityException)
System\ServiceModel\Dispatcher\SyncMethodInvoker.cs (2)
112catch (SecurityException securityException) 181catch (System.Security.SecurityException e)
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (2)
136if (ae.InnerException is SecurityException) 233catch (SecurityException e)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (1)
688|| e is System.Security.SecurityException
System\ServiceModel\Security\SecurityUtils.cs (1)
882catch (System.Security.SecurityException e)
System\ServiceModel\Security\TlsSspiNegotiation.cs (1)
555catch (SecurityException e)
System\ServiceModel\Transactions\WsatConfiguration.cs (1)
413catch (SecurityException e)
System.ServiceModel.Activation (6)
System\ServiceModel\Activation\HostedHttpTransportManager.cs (1)
92catch (SecurityException e)
System\ServiceModel\Activation\HttpHostedTransportConfiguration.cs (1)
105catch (SecurityException e)
System\ServiceModel\Activation\HttpModule.cs (1)
44catch (SecurityException exception)
System\ServiceModel\Activation\ServiceHttpModule.cs (1)
64catch (SecurityException exception)
System\ServiceModel\ServiceHostingEnvironment.cs (2)
266catch (SecurityException e) 1447catch (SecurityException e)
System.ServiceModel.Internals (4)
System\Runtime\Diagnostics\EventLogger.cs (3)
53catch (SecurityException) 210catch (SecurityException ex) 287catch (SecurityException)
System\Runtime\PartialTrustHelpers.cs (1)
49catch (SecurityException)
System.ServiceModel.Web (1)
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (1)
468catch (SecurityException exception)
System.Web (11)
Cache\SqlCacheDependency.cs (1)
158catch (SecurityException) {}
Compilation\PreservationFileReader.cs (1)
47catch (SecurityException) {
ErrorFormatter.cs (2)
1149catch (SecurityException) { 1962if (nested is SecurityException) {
HttpException.cs (1)
236else if (inner is SecurityException)
HttpResponse.cs (1)
1270if (e is System.Security.SecurityException)
Management\WebEvents.cs (1)
352else if (e is SecurityException) {
parent\parent\parent\Misc\SecurityUtils.cs (2)
66catch (SecurityException) { 83catch (SecurityException) {
StaticFileHandler.cs (1)
105catch (SecurityException secEx) {
UI\Page.cs (1)
1609if (e is System.Security.SecurityException)
System.Web.DataVisualization (9)
Common\General\Chart.cs (2)
3548catch (SecurityException) 3620catch (SecurityException)
Common\Utilities\ImageLoader.cs (1)
307catch (SecurityException)
Common\Utilities\XmlSerializer.cs (1)
1086catch (SecurityException)
WebForm\ChartWebControl.cs (1)
913catch (SecurityException)
WebForm\General\ChartHttpHandler.cs (4)
153catch (SecurityException) 295catch (SecurityException se) 543catch ( SecurityException ) {} 1184catch (SecurityException)
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
1069static private readonly Type SecurityType = typeof(System.Security.SecurityException);
System.Web.Extensions (1)
Script\Services\WebServiceData.cs (1)
113catch (SecurityException) {
System.Windows.Forms (21)
misc\ClientUtils.cs (1)
50return (ex is System.Security.SecurityException) || IsCriticalException(ex);
misc\MultitargetUtil.cs (1)
62|| ex is System.Security.SecurityException;
misc\SecurityUtils.cs (2)
66catch (SecurityException) { 83catch (SecurityException) {
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
1139catch (System.Security.SecurityException)
winforms\Managed\System\WinForms\Application.cs (1)
216catch (SecurityException) {
winforms\Managed\System\WinForms\Clipboard.cs (1)
141catch (SecurityException)
winforms\Managed\System\WinForms\ComboBox.cs (1)
3231catch (SecurityException) {
winforms\Managed\System\WinForms\Cursor.cs (1)
677catch (SecurityException) {
winforms\Managed\System\WinForms\DataGridView.cs (1)
3711catch (SecurityException)
winforms\Managed\System\WinForms\Form.cs (1)
1464catch (SecurityException) {
winforms\Managed\System\WinForms\LinkUtilities.cs (1)
137catch (System.Security.SecurityException) {
winforms\Managed\System\WinForms\Message.cs (1)
153catch (SecurityException)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
3261catch (SecurityException) { 3823catch (SecurityException)
winforms\Managed\System\WinForms\TextBox.cs (1)
816catch (SecurityException) {
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (4)
145if (t is SecurityException) { 154if (t is SecurityException) { 167if (t is SecurityException) { 284if (t is SecurityException) {
winforms\Managed\System\WinForms\ToolTip.cs (1)
314catch (SecurityException) {
System.Windows.Forms.DataVisualization (4)
Common\General\Chart.cs (2)
3548catch (SecurityException) 3620catch (SecurityException)
Common\Utilities\ImageLoader.cs (1)
307catch (SecurityException)
Common\Utilities\XmlSerializer.cs (1)
1086catch (SecurityException)
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\CompileXomlTask.cs (1)
500catch (SecurityException)
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\WorkflowOperationInvoker.cs (1)
135catch (SecurityException exception)
System\Workflow\Activities\PrincipalPermissionServiceAuthorizationManager.cs (1)
29catch (SecurityException)
System.Xml (5)
System\Xml\Dom\XmlDocument.cs (1)
347catch ( SecurityException e ) {
System\Xml\Serialization\Compilation.cs (2)
594catch (SecurityException e) { 621catch (SecurityException e) {
System\Xml\Serialization\XmlSerializationReader.cs (1)
4667WriteCatchException(typeof(SecurityException));
System\Xml\Serialization\XmlSerializationReaderILGen.cs (1)
3511WriteCatchException(typeof(SecurityException));
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\Accessible.cs (4)
770catch (System.Security.SecurityException) 1142catch (System.Security.SecurityException) 1452else if (e is System.Security.SecurityException) 1490catch(System.Security.SecurityException)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
404catch (System.Security.SecurityException)
WindowsBase (5)
Base\MS\Internal\CriticalExceptions.cs (2)
30ex is System.Security.SecurityException; 44ex is System.Security.SecurityException;
Base\MS\Internal\IO\Packaging\CustomSignedXml.cs (1)
244catch (SecurityException)
Shared\MS\Internal\SecurityHelper.cs (1)
97catch(SecurityException )
Shared\System\Windows\Markup\ReflectionHelper.cs (1)
94catch (System.Security.SecurityException)
WsatConfig (3)
Configuration\CertificateManager.cs (2)
184catch (SecurityException) 296catch (SecurityException)
Configuration\StdRegProviderWrapper.cs (1)
369catch (SecurityException e)
WsatUI (3)
Configuration\RegistryHelper.cs (2)
58catch (SecurityException e) 102catch (SecurityException e)
Configuration\StdRegProviderWrapper.cs (1)
369catch (SecurityException e)