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