41 instantiations of SecurityException
mscorlib (39)
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.Activities.Presentation (1)
System.Data (1)
296 references to SecurityException
mscorlib (38)
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)
PresentationBuildTasks (2)
PresentationCore (11)
PresentationFramework (24)
System (56)
System.Activities (1)
System.AddIn (4)
System.Configuration (6)
System.Core (2)
System.Data (7)
System.Data.DataSetExtensions (1)
System.Data.Entity (4)
System.Data.Entity.Design (3)
System.Data.Linq (2)
System.Data.Services.Design (1)
System.Drawing (3)
System.IdentityModel (1)
System.Net (1)
System.Runtime.Serialization (14)
System.Security (6)
System.ServiceModel (27)
System.ServiceModel.Activation (6)
System.ServiceModel.Internals (4)
System.ServiceModel.Web (1)
System.Web (11)
System.Web.DataVisualization (9)
System.Web.Entity (1)
System.Web.Extensions (1)
System.Windows.Forms (21)
System.Windows.Forms.DataVisualization (4)
System.Workflow.ComponentModel (1)
System.WorkflowServices (2)
System.Xml (5)
UIAutomationClientsideProviders (5)
WindowsBase (5)
WsatConfig (3)
WsatUI (3)