105 types derived from SystemException
mscorlib (59)
system\accessviolationexception.cs (1)
23public class AccessViolationException : SystemException
system\appdomainunloadedexception.cs (1)
24public class AppDomainUnloadedException : SystemException {
system\argumentexception.cs (1)
30public class ArgumentException : SystemException, ISerializable {
system\arithmeticexception.cs (1)
24[Serializable] public class ArithmeticException : SystemException
system\arraytypemismatchexception.cs (1)
25public class ArrayTypeMismatchException : SystemException {
system\badimageformatexception.cs (1)
28public class BadImageFormatException : SystemException {
system\cannotunloadappdomainexception.cs (1)
24public class CannotUnloadAppDomainException : SystemException {
system\collections\generic\keynotfoundexception.cs (1)
26public class KeyNotFoundException : SystemException, ISerializable {
system\contextmarshalexception.cs (1)
26public class ContextMarshalException : SystemException {
system\datamisalignedexception.cs (1)
21public sealed class DataMisalignedException : SystemException
system\executionengineexception.cs (1)
28public sealed class ExecutionEngineException : SystemException {
system\formatexception.cs (1)
21public class FormatException : SystemException {
system\indexoutofrangeexception.cs (1)
22public sealed class IndexOutOfRangeException : SystemException {
system\insufficientexecutionstackexception.cs (1)
23public sealed class InsufficientExecutionStackException : SystemException
system\invalidcastexception.cs (1)
22public class InvalidCastException : SystemException {
system\invalidoperationexception.cs (1)
22public class InvalidOperationException : SystemException
system\invalidprogramexception.cs (1)
22public sealed class InvalidProgramException : SystemException {
system\io\ioexception.cs (1)
25public class IOException : SystemException
system\memberaccessexception.cs (1)
21public class MemberAccessException : SystemException {
system\multicastnotsupportedexception.cs (1)
17public sealed class MulticastNotSupportedException : SystemException {
system\notimplementedexception.cs (1)
24public class NotImplementedException : SystemException
system\notsupportedexception.cs (1)
22public class NotSupportedException : SystemException
system\nullreferenceexception.cs (1)
22public class NullReferenceException : SystemException {
system\operationcanceledexception.cs (1)
24public class OperationCanceledException : SystemException
system\outofmemoryexception.cs (1)
23public class OutOfMemoryException : SystemException {
system\rankexception.cs (1)
23public class RankException : SystemException
system\reflection\ambiguousmatchexception.cs (1)
24public sealed class AmbiguousMatchException : SystemException
system\reflection\reflectiontypeloadexception.cs (1)
28public sealed class ReflectionTypeLoadException : SystemException, ISerializable {
system\resources\missingmanifestresourceexception.cs (1)
24public class MissingManifestResourceException : SystemException
system\resources\missingsatelliteassemblyexception.cs (1)
26public class MissingSatelliteAssemblyException : SystemException
system\runtime\interopservices\externalexception.cs (1)
27public class ExternalException : SystemException {
system\runtime\interopservices\invalidcomobjectexception.cs (1)
23public class InvalidComObjectException : SystemException {
system\runtime\interopservices\invalidolevarianttypeexception.cs (1)
21[Serializable] public class InvalidOleVariantTypeException : SystemException {
system\runtime\interopservices\marshaldirectiveexception.cs (1)
23public class MarshalDirectiveException : SystemException {
system\runtime\interopservices\safearrayrankmismatchexception.cs (1)
21[Serializable] public class SafeArrayRankMismatchException : SystemException {
system\runtime\interopservices\safearraytypemismatchexception.cs (1)
22[Serializable] public class SafeArrayTypeMismatchException : SystemException {
system\runtime\remoting\remotingexception.cs (2)
26public class RemotingException : SystemException { 60public class ServerException : SystemException {
system\runtime\serialization\serializationexception.cs (1)
23[Serializable] public class SerializationException : SystemException {
system\security\cryptography\crypto.cs (1)
82public class CryptographicException : SystemException {
system\security\hostprotectionexception.cs (1)
29[Serializable] public class HostProtectionException : SystemException
system\security\policy\policyexception.cs (1)
19public class PolicyException : SystemException
system\security\principal\identitynotmappedexception.cs (1)
20public sealed class IdentityNotMappedException : SystemException
system\security\securityexception.cs (1)
36[Serializable] public class SecurityException : SystemException
system\security\verificationexception.cs (1)
15[Serializable] public class VerificationException : SystemException {
system\security\xmlsyntaxexception.cs (1)
15[Serializable] sealed public class XmlSyntaxException : SystemException
system\stackoverflowexception.cs (1)
22public sealed class StackOverflowException : SystemException {
system\threading\abandonedmutexexception.cs (1)
23public class AbandonedMutexException : SystemException {
system\threading\semaphorefullexception.cs (1)
21public class SemaphoreFullException : SystemException {
system\threading\synchronizationlockexception.cs (1)
25public class SynchronizationLockException : SystemException {
system\threading\threadabortexception.cs (1)
29public sealed class ThreadAbortException : SystemException
system\threading\threadinterruptedexception.cs (1)
25public class ThreadInterruptedException : SystemException {
system\threading\threadstartexception.cs (1)
16public sealed class ThreadStartException : SystemException
system\threading\threadstateexception.cs (1)
24public class ThreadStateException : SystemException {
system\timeoutexception.cs (1)
22public class TimeoutException : SystemException {
system\typeinitializationexception.cs (1)
26public sealed class TypeInitializationException : SystemException {
system\typeloadexception.cs (1)
30public class TypeLoadException : SystemException, ISerializable {
system\typeunloadedexception.cs (1)
22public class TypeUnloadedException : SystemException {
system\unauthorizedaccessexception.cs (1)
26public class UnauthorizedAccessException : SystemException {
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XAMLParseException.cs (1)
46internal class XamlParseException : SystemException
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\AnimationException.cs (1)
24public sealed class AnimationException : SystemException
Core\CSharp\System\Windows\Media\InvalidWMPVersionException.cs (1)
10public class InvalidWmpVersionException : SystemException
PresentationFramework (2)
src\Framework\System\Windows\Data\ValueUnavailableException.cs (1)
18public class ValueUnavailableException : SystemException
src\Framework\System\Windows\Markup\XamlParseException.cs (1)
48public class XamlParseException : SystemException
System (7)
compmod\system\componentmodel\LicenseException.cs (1)
20public class LicenseException : SystemException {
compmod\system\componentmodel\WarningException.cs (1)
22public class WarningException : SystemException {
net\System\Net\Internal.cs (1)
44internal class InternalException : SystemException
net\System\Net\SecureProtocols\AuthenticationException.cs (1)
38public class AuthenticationException: SystemException
services\io\system\io\InternalBufferOverflowException.cs (1)
19public class InternalBufferOverflowException : SystemException {
sys\system\configuration\ConfigurationException.cs (1)
25public class ConfigurationException : SystemException {
sys\System\IO\compression\InvalidDataException.cs (1)
9public sealed class InvalidDataException : SystemException
System.Activities (1)
System\Activities\ValidationException.cs (1)
11public class ValidationException : SystemException
System.Data (5)
fx\src\data\System\Data\DataException.cs (1)
23public class DataException : SystemException {
fx\src\data\System\Data\DBConcurrencyException.cs (1)
16public sealed class DBConcurrencyException : SystemException {
fx\src\data\System\Data\OperationAbortedException.cs (1)
19public sealed class OperationAbortedException : SystemException {
fx\src\data\System\Data\Sql\invalidudtexception.cs (1)
17public sealed class InvalidUdtException : SystemException {
fx\src\data\System\Data\SQLTypes\SQLUtility.cs (1)
54public class SqlTypeException : SystemException {
System.Drawing (1)
commonui\System\Drawing\Printing\InvalidPrinterException.cs (1)
29public class InvalidPrinterException : SystemException {
System.IdentityModel (3)
System\IdentityModel\LimitExceededException.cs (1)
16public class LimitExceededException : SystemException
System\IdentityModel\SecurityMessageSerializationException.cs (1)
8public class SecurityMessageSerializationException : SystemException
System\IdentityModel\Tokens\SecurityTokenException.cs (1)
10public class SecurityTokenException : SystemException
System.Management (1)
managementexception.cs (1)
590 public class ManagementException : SystemException
System.ServiceModel (7)
System\ServiceModel\CommunicationException.cs (1)
11public class CommunicationException : SystemException
System\ServiceModel\Dispatcher\InvalidBodyAccessException.cs (1)
13public abstract class InvalidBodyAccessException : SystemException
System\ServiceModel\Dispatcher\MultipleFilterMatchesException.cs (1)
13public class MultipleFilterMatchesException : SystemException
System\ServiceModel\InvalidMessageContractException.cs (1)
10public class InvalidMessageContractException : SystemException
System\ServiceModel\QuotaExceededException.cs (1)
11public class QuotaExceededException : SystemException
System\ServiceModel\WrappedDispatcherException.cs (1)
11class WrappedDispatcherException : SystemException
System\UriTemplateMatchException.cs (1)
12public class UriTemplateMatchException : SystemException
System.ServiceModel.Internals (2)
System\Runtime\FatalException.cs (1)
11class FatalException : SystemException
System\Runtime\Fx.cs (1)
1297class InternalException : SystemException
System.Transactions (1)
System\Transactions\TransactionException.cs (1)
12public class TransactionException : System.SystemException
System.Web (3)
Cache\SqlCacheDependency.cs (2)
422public sealed class DatabaseNotEnabledForNotificationException : SystemException { 446public sealed class TableNotEnabledForNotificationException : SystemException {
Management\SqlServices.cs (1)
46public sealed class SqlExecutionException : SystemException {
System.Web.Services (1)
System\Web\Services\Protocols\SoapException.cs (1)
29public class SoapException : SystemException {
System.Workflow.Activities (3)
LocalService\WorkflowMessageEventHandler.cs (1)
20public sealed class EventDeliveryFailedException : SystemException
Role\RoleExceptions.cs (1)
14public class WorkflowAuthorizationException : SystemException
Rules\Parser\Exceptions.cs (1)
16internal class RuleSyntaxException : SystemException
System.Workflow.Runtime (2)
Hosting\PersistenceException.cs (1)
16public class PersistenceException : SystemException
Tracking\TrackingProfileDeserializationException.cs (1)
19public sealed class TrackingProfileDeserializationException : System.SystemException
System.Xml (4)
System\Xml\Schema\XmlSchemaException.cs (1)
20public class XmlSchemaException : SystemException {
System\Xml\XmlException.cs (1)
28public class XmlException : SystemException {
System\Xml\XPath\XPathException.cs (1)
19public class XPathException : SystemException {
System\Xml\Xslt\XsltException.cs (1)
18public class XsltException : SystemException {
47 instantiations of SystemException
mscorlib (30)
system\rttype.cs (1)
2197throw new SystemException();
system\security\accesscontrol\ace.cs (5)
144throw new SystemException(); 892throw new SystemException(); 1206throw new SystemException(); 1645throw new SystemException(); 2211throw new SystemException();
system\security\accesscontrol\acl.cs (3)
381throw new SystemException(); 520throw new SystemException(); 556throw new SystemException();
system\security\accesscontrol\commonobjectsecurity.cs (2)
268throw new SystemException(); 309throw new SystemException();
system\security\accesscontrol\directoryobjectsecurity.cs (4)
317throw new SystemException(); 358throw new SystemException(); 376throw new SystemException(); 448throw new SystemException();
system\security\accesscontrol\securitydescriptor.cs (1)
679throw new SystemException();
system\security\accesscontrol\win32.cs (1)
160throw new SystemException();
system\security\principal\ircollection.cs (3)
219throw new SystemException(); 282throw new SystemException(); 379throw new SystemException();
system\security\principal\ntaccount.cs (2)
293throw new SystemException(); 351throw new SystemException(Win32Native.GetMessage(win32ErrorCode));
system\security\principal\sid.cs (5)
425throw new SystemException(Win32Native.GetMessage(Error)); 527throw new SystemException(Win32Native.GetMessage(ErrorCode)); 550throw new SystemException( Win32Native.GetMessage( Error )); 758throw new SystemException(Win32Native.GetMessage(Error)); 999throw new SystemException(Win32Native.GetMessage(win32ErrorCode));
system\security\principal\win32.cs (3)
61throw new SystemException( Environment.GetResourceString( "InvalidOperation_GetVersion" )); 88throw new SystemException( Environment.GetResourceString( "InvalidOperation_GetVersion" )); 153throw new SystemException(Win32Native.GetMessage(win32ErrorCode));
PresentationFramework (2)
src\Framework\System\Windows\Standard\NativeMethods.cs (2)
1480throw new SystemException("Unable to create a device context from the specified device information."); 1518throw new SystemException("Unable to create a device context from the specified device information.");
System (2)
sys\System\IO\compression\DeflateStream.cs (2)
157throw new SystemException("Program entered an unexpected state."); 183throw new SystemException("Program entered an unexpected state.");
System.IdentityModel (13)
System\IdentityModel\Tokens\DEREncoding.cs (13)
164throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SystemException()); 177throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SystemException()); 183throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SystemException()); 229throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SystemException()); 235throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SystemException()); 243throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SystemException()); 249throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SystemException()); 255throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SystemException()); 263throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SystemException()); 269throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SystemException()); 275throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SystemException()); 283throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SystemException()); 289throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SystemException());
9 references to SystemException
mscorlib (2)
system\reflection\ambiguousmatchexception.cs (1)
20using SystemException = System.SystemException;
system\reflection\targetparametercountexception.cs (1)
20using SystemException = System.SystemException;
PresentationCore (2)
Core\CSharp\MS\Internal\Resources\ResourceManagerWrapper.cs (2)
61catch (SystemException e) 88catch (SystemException e)
PresentationFramework (3)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (3)
294/// <exception cref="SystemException">no AnnotationStore is available from 680/// <exception cref="SystemException">no AnnotationStore is available from 792/// <exception cref="SystemException">no AnnotationStore is available from
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
454catch ( SystemException /*err*/ )
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\Misc.cs (1)
1860if (ex is ArgumentException || ex is SystemException)