105 references to
mscorlib (59)
system\accessviolationexception.cs (1)
43protected AccessViolationException(SerializationInfo info, StreamingContext context) : base(info, context) {}
system\appdomainunloadedexception.cs (1)
43protected AppDomainUnloadedException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\argumentexception.cs (1)
66protected ArgumentException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\arithmeticexception.cs (1)
48protected ArithmeticException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\arraytypemismatchexception.cs (1)
49protected ArrayTypeMismatchException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\badimageformatexception.cs (1)
116protected BadImageFormatException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\cannotunloadappdomainexception.cs (1)
43protected CannotUnloadAppDomainException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\collections\generic\keynotfoundexception.cs (1)
44protected KeyNotFoundException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\contextmarshalexception.cs (1)
42protected ContextMarshalException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\datamisalignedexception.cs (1)
42: base (info, context)
system\executionengineexception.cs (1)
44internal ExecutionEngineException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\formatexception.cs (1)
37protected FormatException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\indexoutofrangeexception.cs (1)
38internal IndexOutOfRangeException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\insufficientexecutionstackexception.cs (1)
44: base(info, context)
system\invalidcastexception.cs (1)
38protected InvalidCastException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\invalidoperationexception.cs (1)
39protected InvalidOperationException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\invalidprogramexception.cs (1)
38internal InvalidProgramException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\io\ioexception.cs (1)
67protected IOException(SerializationInfo info, StreamingContext context) : base (info, context) {
system\memberaccessexception.cs (1)
45protected MemberAccessException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\multicastnotsupportedexception.cs (1)
34internal MulticastNotSupportedException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\notimplementedexception.cs (1)
39protected NotImplementedException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\notsupportedexception.cs (1)
39protected NotSupportedException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\nullreferenceexception.cs (1)
38protected NullReferenceException(SerializationInfo info, StreamingContext context) : base(info, context) {}
system\operationcanceledexception.cs (1)
69protected OperationCanceledException(SerializationInfo info, StreamingContext context) : base (info, context) {
system\outofmemoryexception.cs (1)
39protected OutOfMemoryException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\rankexception.cs (1)
40protected RankException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\reflection\ambiguousmatchexception.cs (1)
40internal AmbiguousMatchException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\reflection\reflectiontypeloadexception.cs (1)
57internal ReflectionTypeLoadException(SerializationInfo info, StreamingContext context) : base (info, context) {
system\resources\missingmanifestresourceexception.cs (1)
42protected MissingManifestResourceException(SerializationInfo info, StreamingContext context) : base (info, context) {
system\resources\missingsatelliteassemblyexception.cs (1)
52protected MissingSatelliteAssemblyException(SerializationInfo info, StreamingContext context) : base (info, context) {
system\runtime\interopservices\externalexception.cs (1)
48protected ExternalException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\runtime\interopservices\invalidcomobjectexception.cs (1)
39protected InvalidComObjectException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\runtime\interopservices\invalidolevarianttypeexception.cs (1)
37protected InvalidOleVariantTypeException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\runtime\interopservices\marshaldirectiveexception.cs (1)
39protected MarshalDirectiveException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\runtime\interopservices\safearrayrankmismatchexception.cs (1)
37protected SafeArrayRankMismatchException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\runtime\interopservices\safearraytypemismatchexception.cs (1)
38protected SafeArrayTypeMismatchException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\runtime\remoting\remotingexception.cs (2)
48protected RemotingException(SerializationInfo info, StreamingContext context) : base(info, context) {} 80internal ServerException(SerializationInfo info, StreamingContext context) : base(info, context) {}
system\runtime\serialization\serializationexception.cs (1)
43protected SerializationException(SerializationInfo info, StreamingContext context) : base (info, context) {
system\security\cryptography\crypto.cs (1)
120protected CryptographicException(SerializationInfo info, StreamingContext context) : base (info, context) {}
system\security\hostprotectionexception.cs (1)
55protected HostProtectionException(SerializationInfo info, StreamingContext context) : base(info, context)
system\security\policy\policyexception.cs (1)
39protected PolicyException(SerializationInfo info, StreamingContext context) : base (info, context) {}
system\security\principal\identitynotmappedexception.cs (1)
47: base ( info, context ) {}
system\security\securityexception.cs (1)
230protected SecurityException(SerializationInfo info, StreamingContext context) : base (info, context)
system\security\verificationexception.cs (1)
31protected VerificationException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\security\xmlsyntaxexception.cs (1)
52internal XmlSyntaxException(SerializationInfo info, StreamingContext context) : base(info, context)
system\stackoverflowexception.cs (1)
38internal StackOverflowException(SerializationInfo info, StreamingContext context) : base (info, context) {
system\threading\abandonedmutexexception.cs (1)
68protected AbandonedMutexException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\threading\semaphorefullexception.cs (1)
32protected SemaphoreFullException(SerializationInfo info, StreamingContext context) : base (info, context) {
system\threading\synchronizationlockexception.cs (1)
41protected SynchronizationLockException(SerializationInfo info, StreamingContext context) : base (info, context) {
system\threading\threadabortexception.cs (1)
45: base(info, context)
system\threading\threadinterruptedexception.cs (1)
41protected ThreadInterruptedException(SerializationInfo info, StreamingContext context) : base (info, context) {
system\threading\threadstartexception.cs (1)
32: base(info, context)
system\threading\threadstateexception.cs (1)
40protected ThreadStateException(SerializationInfo info, StreamingContext context) : base (info, context) {
system\timeoutexception.cs (1)
43: base(info, context) {
system\typeinitializationexception.cs (1)
47internal TypeInitializationException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\typeloadexception.cs (1)
106protected TypeLoadException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\typeunloadedexception.cs (1)
41protected TypeUnloadedException(SerializationInfo info, StreamingContext context) : base (info, context) {
system\unauthorizedaccessexception.cs (1)
42protected UnauthorizedAccessException(SerializationInfo info, StreamingContext context) : base(info, context) {
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XAMLParseException.cs (1)
246: base(info, context)
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\AnimationException.cs (1)
57private AnimationException(SerializationInfo info, StreamingContext context) : base(info, context)
Core\CSharp\System\Windows\Media\InvalidWMPVersionException.cs (1)
38protected InvalidWmpVersionException(SerializationInfo info, StreamingContext context) : base(info, context)
PresentationFramework (2)
src\Framework\System\Windows\Data\ValueUnavailableException.cs (1)
54System.Runtime.Serialization.StreamingContext context) : base(info, context)
src\Framework\System\Windows\Markup\XamlParseException.cs (1)
246: base(info, context)
System (7)
compmod\system\componentmodel\LicenseException.cs (1)
58protected LicenseException(SerializationInfo info, StreamingContext context) : base (info, context) {
compmod\system\componentmodel\WarningException.cs (1)
69protected WarningException(SerializationInfo info, StreamingContext context) : base (info, context) {
net\System\Net\Internal.cs (1)
52base(serializationInfo, streamingContext)
net\System\Net\SecureProtocols\AuthenticationException.cs (1)
42base(serializationInfo, streamingContext) {}
services\io\system\io\InternalBufferOverflowException.cs (1)
45protected InternalBufferOverflowException(SerializationInfo info, StreamingContext context) : base (info, context) {
sys\system\configuration\ConfigurationException.cs (1)
38protected ConfigurationException(SerializationInfo info, StreamingContext context) : base(info, context) {
sys\System\IO\compression\InvalidDataException.cs (1)
24internal InvalidDataException (SerializationInfo info, StreamingContext context) : base(info, context) {
System.Activities (1)
System\Activities\ValidationException.cs (1)
28: base(info, context)
System.Data (5)
fx\src\data\System\Data\DataException.cs (1)
25: base(info, context) {
fx\src\data\System\Data\DBConcurrencyException.cs (1)
35private DBConcurrencyException(SerializationInfo si, StreamingContext sc) : base(si, sc) {
fx\src\data\System\Data\OperationAbortedException.cs (1)
24private OperationAbortedException(SerializationInfo si, StreamingContext sc) : base(si, sc) {
fx\src\data\System\Data\Sql\invalidudtexception.cs (1)
31private InvalidUdtException(SerializationInfo si, StreamingContext sc) : base(si, sc) {
fx\src\data\System\Data\SQLTypes\SQLUtility.cs (1)
69protected SqlTypeException(SerializationInfo si, StreamingContext sc) : base(SqlTypeExceptionSerialization(si, sc), sc) {
System.Drawing (1)
commonui\System\Drawing\Printing\InvalidPrinterException.cs (1)
45protected InvalidPrinterException(SerializationInfo info, StreamingContext context) : base (info, context) {
System.IdentityModel (3)
System\IdentityModel\LimitExceededException.cs (1)
51: base(info, context)
System\IdentityModel\SecurityMessageSerializationException.cs (1)
26: base(info, context)
System\IdentityModel\Tokens\SecurityTokenException.cs (1)
28: base(info, context)
System.Management (1)
managementexception.cs (1)
675protected ManagementException(SerializationInfo info, StreamingContext context) : base(info, context)
System.ServiceModel (7)
System\ServiceModel\CommunicationException.cs (1)
16protected CommunicationException(SerializationInfo info, StreamingContext context) : base(info, context) { }
System\ServiceModel\Dispatcher\InvalidBodyAccessException.cs (1)
16: base(info, context)
System\ServiceModel\Dispatcher\MultipleFilterMatchesException.cs (1)
19: base(info, context)
System\ServiceModel\InvalidMessageContractException.cs (1)
28: base(info, context)
System\ServiceModel\QuotaExceededException.cs (1)
29: base(info, context)
System\ServiceModel\WrappedDispatcherException.cs (1)
24: base(info, context)
System\UriTemplateMatchException.cs (1)
26: base(info, context)
System.ServiceModel.Internals (2)
System\Runtime\FatalException.cs (1)
26protected FatalException(SerializationInfo info, StreamingContext context) : base(info, context)
System\Runtime\Fx.cs (1)
1305: base(info, context)
System.Transactions (1)
System\Transactions\TransactionException.cs (1)
101) : base( info, context )
System.Web (3)
Cache\SqlCacheDependency.cs (2)
439: base(info, context) { 463: base(info, context) {
Management\SqlServices.cs (1)
75:base(info, context) {
System.Web.Services (1)
System\Web\Services\Protocols\SoapException.cs (1)
188protected SoapException(SerializationInfo info, StreamingContext context) : base(info, context) {
System.Workflow.Activities (3)
LocalService\WorkflowMessageEventHandler.cs (1)
40: base(info, context)
Role\RoleExceptions.cs (1)
28: base(info, context)
Rules\Parser\Exceptions.cs (1)
35: base(serializeInfo, context)
System.Workflow.Runtime (2)
Hosting\PersistenceException.cs (1)
23protected PersistenceException(SerializationInfo info, StreamingContext context) : base(info, context) { }
Tracking\TrackingProfileDeserializationException.cs (1)
38: base(info, context)
System.Xml (4)
System\Xml\Schema\XmlSchemaException.cs (1)
35protected XmlSchemaException(SerializationInfo info, StreamingContext context) : base(info, context) {
System\Xml\XmlException.cs (1)
44protected XmlException(SerializationInfo info, StreamingContext context) : base(info, context) {
System\Xml\XPath\XPathException.cs (1)
28protected XPathException(SerializationInfo info, StreamingContext context) : base(info, context) {
System\Xml\Xslt\XsltException.cs (1)
29protected XsltException(SerializationInfo info, StreamingContext context) : base(info, context) {