41 references to SecurityException
dotnet-svcutil-lib (19)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ClassDataContract.cs (11)
562
new
SecurityException
(string.Format(
581
new
SecurityException
(string.Format(
594
new
SecurityException
(string.Format(
608
new
SecurityException
(string.Format(
628
new
SecurityException
(string.Format(
637
new
SecurityException
(string.Format(
666
new
SecurityException
(string.Format(
682
new
SecurityException
(string.Format(
696
new
SecurityException
(string.Format(
716
new
SecurityException
(string.Format(
725
new
SecurityException
(string.Format(
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (6)
1339
new
SecurityException
(string.Format(
1351
new
SecurityException
(string.Format(
1363
new
SecurityException
(string.Format(
1375
new
SecurityException
(string.Format(
1399
new
SecurityException
(string.Format(
1411
new
SecurityException
(string.Format(
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlDataContract.cs (2)
461
new
SecurityException
(string.Format(SRSerialization.PartialTrustIXmlSerializableTypeNotPublic, DataContract.GetClrTypeFullName(UnderlyingType)),
472
new
SecurityException
(string.Format(SRSerialization.PartialTrustIXmlSerialzableNoPublicConstructor, DataContract.GetClrTypeFullName(UnderlyingType)),
PresentationCore (1)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\wgx_render.cs (1)
929
return new System.Security.
SecurityException
(SR.Media_LogonFailure, exceptionForHR);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.cs (1)
619
throw new
SecurityException
(SR.Format(SR.Security_CannotReadFileData, id), e);
System.Private.DataContractSerialization (20)
System\Runtime\Serialization\ClassDataContract.cs (12)
411
throw new
SecurityException
(SR.Format(
425
throw new
SecurityException
(SR.Format(
437
throw new
SecurityException
(SR.Format(
449
throw new
SecurityException
(SR.Format(
462
throw new
SecurityException
(SR.Format(
481
throw new
SecurityException
(SR.Format(
489
throw new
SecurityException
(SR.Format(
517
throw new
SecurityException
(SR.Format(
532
throw new
SecurityException
(SR.Format(
545
throw new
SecurityException
(SR.Format(
564
throw new
SecurityException
(SR.Format(
572
throw new
SecurityException
(SR.Format(
System\Runtime\Serialization\CollectionDataContract.cs (6)
1454
throw new
SecurityException
(SR.Format(
1465
throw new
SecurityException
(SR.Format(
1476
throw new
SecurityException
(SR.Format(
1487
throw new
SecurityException
(SR.Format(
1510
throw new
SecurityException
(SR.Format(
1521
throw new
SecurityException
(SR.Format(
System\Runtime\Serialization\XmlDataContract.cs (2)
343
throw new
SecurityException
(SR.Format(SR.PartialTrustIXmlSerializableTypeNotPublic, DataContract.GetClrTypeFullName(UnderlyingType)),
353
throw new
SecurityException
(SR.Format(SR.PartialTrustIXmlSerialzableNoPublicConstructor, DataContract.GetClrTypeFullName(UnderlyingType)),