193 references to SystemException
mscorlib (149)
system\accessviolationexception.cs (2)
26: base(Environment.GetResourceString("Arg_AccessViolationException")) 32: base(message)
system\appdomainunloadedexception.cs (2)
26: base(Environment.GetResourceString("Arg_AppDomainUnloadedException")) { 31: base(message) {
system\argumentexception.cs (3)
36: base(Environment.GetResourceString("Arg_ArgumentException")) { 44: base(message) { 61: base (message) {
system\arithmeticexception.cs (2)
30: base(Environment.GetResourceString("Arg_ArithmeticException")) { 39: base(message) {
system\arraytypemismatchexception.cs (2)
31: base(Environment.GetResourceString("Arg_ArrayTypeMismatchException")) { 40: base(message) {
system\badimageformatexception.cs (4)
34: base(Environment.GetResourceString("Arg_BadImageFormatException")) { 39: base(message) { 48public BadImageFormatException(String message, String fileName) : base(message) 131: base(null)
system\cannotunloadappdomainexception.cs (2)
26: base(Environment.GetResourceString("Arg_CannotUnloadAppDomainException")) { 31: base(message) {
system\collections\generic\keynotfoundexception.cs (2)
29: base(Environment.GetResourceString("Arg_KeyNotFound")) { 34: base(message) {
system\contextmarshalexception.cs (2)
28: base(Environment.GetResourceString("Arg_ContextMarshalException")) { 33: base(message) {
system\datamisalignedexception.cs (2)
24: base(Environment.GetResourceString("Arg_DataMisalignedException")) 30: base(message)
system\executionengineexception.cs (2)
30: base(Environment.GetResourceString("Arg_ExecutionEngineException")) { 35: base(message) {
system\formatexception.cs (2)
23: base(Environment.GetResourceString("Arg_FormatException")) { 28: base(message) {
system\indexoutofrangeexception.cs (2)
24: base(Environment.GetResourceString("Arg_IndexOutOfRangeException")) { 29: base(message) {
system\insufficientexecutionstackexception.cs (2)
26: base(Environment.GetResourceString("Arg_InsufficientExecutionStackException")) 32: base(message)
system\invalidcastexception.cs (3)
24: base(Environment.GetResourceString("Arg_InvalidCastException")) { 29: base(message) { 42: base(message) {
system\invalidoperationexception.cs (2)
25: base(Environment.GetResourceString("Arg_InvalidOperationException")) { 30: base(message) {
system\invalidprogramexception.cs (2)
24: base(Environment.GetResourceString("InvalidProgram_Default")) { 29: base(message) {
system\io\ioexception.cs (4)
39: base(Environment.GetResourceString("Arg_IOException")) { 44: base(message) { 49: base(message) { 57: base(message) {
system\memberaccessexception.cs (2)
27: base(Environment.GetResourceString("Arg_AccessException")) { 36: base(message) {
system\multicastnotsupportedexception.cs (2)
20: base(Environment.GetResourceString("Arg_MulticastNotSupportedException")) { 25: base(message) {
system\notimplementedexception.cs (2)
27: base(Environment.GetResourceString("Arg_NotImplementedException")) { 31: base(message) {
system\notsupportedexception.cs (2)
25: base(Environment.GetResourceString("Arg_NotSupportedException")) { 30: base(message) {
system\nullreferenceexception.cs (2)
24: base(Environment.GetResourceString("Arg_NullReferenceException")) { 29: base(message) {
system\operationcanceledexception.cs (2)
36: base(Environment.GetResourceString("OperationCanceled")) { 41: base(message) {
system\outofmemoryexception.cs (2)
25: base(GetMessageFromNativeResources(ExceptionMessageKind.OutOfMemory)) { 30: base(message) {
system\rankexception.cs (2)
26: base(Environment.GetResourceString("Arg_RankException")) { 31: base(message) {
system\reflection\ambiguousmatchexception.cs (2)
28: base(Environment.GetResourceString("RFLCT.Ambiguous")) { 32public AmbiguousMatchException(String message) : base(message) {
system\reflection\reflectiontypeloadexception.cs (4)
34: base(Environment.GetResourceString("ReflectionTypeLoad_LoadFailed")) { 39private ReflectionTypeLoadException(String message) : base(message) { 43public ReflectionTypeLoadException(Type[] classes, Exception[] exceptions) : base(null) 50public ReflectionTypeLoadException(Type[] classes, Exception[] exceptions, String message) : base(message)
system\resources\missingmanifestresourceexception.cs (2)
27: base(Environment.GetResourceString("Arg_MissingManifestResourceException")) { 32: base(message) {
system\resources\missingsatelliteassemblyexception.cs (3)
31: base(Environment.GetResourceString("MissingSatelliteAssembly_Default")) { 36: base(message) { 41: base(message) {
system\runtime\interopservices\externalexception.cs (3)
29: base(Environment.GetResourceString("Arg_ExternalException")) { 34: base(message) { 44: base(message) {
system\runtime\interopservices\invalidcomobjectexception.cs (2)
25: base(Environment.GetResourceString("Arg_InvalidComObjectException")) { 30: base(message) {
system\runtime\interopservices\invalidolevarianttypeexception.cs (2)
23: base(Environment.GetResourceString("Arg_InvalidOleVariantTypeException")) { 28: base(message) {
system\runtime\interopservices\marshaldirectiveexception.cs (2)
25: base(Environment.GetResourceString("Arg_MarshalDirectiveException")) { 30: base(message) {
system\runtime\interopservices\safearrayrankmismatchexception.cs (2)
23: base(Environment.GetResourceString("Arg_SafeArrayRankMismatchException")) { 28: base(message) {
system\runtime\interopservices\safearraytypemismatchexception.cs (2)
24: base(Environment.GetResourceString("Arg_SafeArrayTypeMismatchException")) { 29: base(message) {
system\runtime\remoting\remotingexception.cs (4)
33: base(_nullMessage) { 38: base(message) { 65: base(_nullMessage) { 70: base(message) {
system\runtime\serialization\serializationexception.cs (2)
30: base(_nullMessage) { 35: base(message) {
system\security\cryptography\crypto.cs (3)
88: base(Environment.GetResourceString("Arg_CryptographyException")) { 93: base(message) { 98: base(String.Format(CultureInfo.CurrentCulture, format, insert)) {
system\security\hostprotectionexception.cs (3)
43public HostProtectionException(string message) : base(message) 66: base(message) 75: base(SecurityException.GetResString("HostProtection_HostProtection"))
system\security\policy\policyexception.cs (3)
23: base(Environment.GetResourceString( "Policy_Default" )) { 29: base(message) { 41internal PolicyException(String message, int hresult) : base (message)
system\security\principal\identitynotmappedexception.cs (2)
26: base( Environment.GetResourceString( "IdentityReference_IdentityNotMapped" )) 31: base( message )
system\security\principal\ntaccount.cs (1)
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));
system\security\securityexception.cs (8)
162: base(GetResString("Arg_SecurityException")) 168: base(message) 177: base(message) 187: base(message) 206: base(GetResString("Arg_SecurityException")) 219: base(message) 273: base(message) 307: base(message)
system\security\verificationexception.cs (2)
17: base(Environment.GetResourceString("Verification_Exception")) { 22: base(message) {
system\security\xmlsyntaxexception.cs (4)
19: base (Environment.GetResourceString( "XMLSyntax_InvalidSyntax" )) 26: base (message) 40: base (String.Format( CultureInfo.CurrentCulture, Environment.GetResourceString( "XMLSyntax_SyntaxError" ), lineNumber ) ) 47: base( String.Format( CultureInfo.CurrentCulture, Environment.GetResourceString( "XMLSyntax_SyntaxErrorEx" ), lineNumber, message ) )
system\stackoverflowexception.cs (2)
24: base(Environment.GetResourceString("Arg_StackOverflowException")) { 29: base(message) {
system\threading\abandonedmutexexception.cs (4)
29: base(Environment.GetResourceString("Threading.AbandonedMutexException")) { 34: base(message) { 44: base(Environment.GetResourceString("Threading.AbandonedMutexException")) { 50: base(message) {
system\threading\semaphorefullexception.cs (2)
23public SemaphoreFullException() : base(Environment.GetResourceString("Threading_SemaphoreFullException")){ 26public SemaphoreFullException(String message) : base(message) {
system\threading\synchronizationlockexception.cs (2)
27: base(Environment.GetResourceString("Arg_SynchronizationLockException")) { 32: base(message) {
system\threading\threadabortexception.cs (1)
38: base(GetMessageFromNativeResources(ExceptionMessageKind.ThreadAbort))
system\threading\threadinterruptedexception.cs (2)
27: base(GetMessageFromNativeResources(ExceptionMessageKind.ThreadInterrupted)) { 32: base(message) {
system\threading\threadstartexception.cs (1)
19: base(Environment.GetResourceString("Arg_ThreadStartException"))
system\threading\threadstateexception.cs (2)
26: base(Environment.GetResourceString("Arg_ThreadStateException")) { 31: base(message) {
system\timeoutexception.cs (2)
25: base(Environment.GetResourceString("Arg_TimeoutException")) { 30: base(message) {
system\typeinitializationexception.cs (2)
32: base(Environment.GetResourceString("TypeInitialization_Default")) { 38private TypeInitializationException(String message) : base(message) {
system\typeloadexception.cs (3)
33: base(Environment.GetResourceString("Arg_TypeLoadException")) { 38: base(message) { 93: base(null)
system\typeunloadedexception.cs (2)
24: base(Environment.GetResourceString("Arg_TypeUnloadedException")) { 29: base(message) {
system\unauthorizedaccessexception.cs (2)
28: base(Environment.GetResourceString("Arg_UnauthorizedAccessException")) { 33: base(message) {
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XAMLParseException.cs (1)
71: base(message)
PresentationCore (1)
Core\CSharp\System\Windows\Media\InvalidWMPVersionException.cs (1)
24public InvalidWmpVersionException(string message) : base(message)
PresentationFramework (4)
src\Framework\System\Windows\Data\ValueUnavailableException.cs (1)
35public ValueUnavailableException(string message) : base (message)
src\Framework\System\Windows\Markup\XamlParseException.cs (1)
71: base(message)
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 (7)
compmod\system\componentmodel\LicenseException.cs (1)
40public LicenseException(Type type, object instance, string message) : base(message) {
compmod\system\componentmodel\WarningException.cs (1)
61: base(message) {
net\System\Net\SecureProtocols\AuthenticationException.cs (1)
43public AuthenticationException(string message): base(message) {}
services\io\system\io\InternalBufferOverflowException.cs (1)
32public InternalBufferOverflowException(string message) : base(message) {
sys\System\IO\compression\DeflateStream.cs (2)
157throw new SystemException("Program entered an unexpected state."); 183throw new SystemException("Program entered an unexpected state.");
sys\System\IO\compression\InvalidDataException.cs (1)
16: base(message) {
System.Activities (1)
System\Activities\ValidationException.cs (1)
18: base(message)
System.Data (2)
fx\src\data\System\Data\DataException.cs (1)
33: base(s) {
fx\src\data\System\Data\Sql\invalidudtexception.cs (1)
23internal InvalidUdtException(String message) : base(message) {
System.Drawing (1)
commonui\System\Drawing\Printing\InvalidPrinterException.cs (1)
39: base(GenerateMessage(settings))
System.IdentityModel (3)
System\IdentityModel\LimitExceededException.cs (1)
31: base(message)
System\IdentityModel\SecurityMessageSerializationException.cs (1)
16: base(message)
System\IdentityModel\Tokens\SecurityTokenException.cs (1)
18: base(message)
System.Management (1)
managementexception.cs (1)
641 internal ManagementException(ManagementStatus errorCode, string msg, ManagementBaseObject errObj) : base (msg)
System.ServiceModel (5)
System\ServiceModel\CommunicationException.cs (1)
14public CommunicationException(string message) : base(message) { }
System\ServiceModel\InvalidMessageContractException.cs (1)
18: base(message)
System\ServiceModel\QuotaExceededException.cs (1)
19: base(message)
System\ServiceModel\WrappedDispatcherException.cs (1)
19: base(message)
System\UriTemplateMatchException.cs (1)
18: base(message)
System.ServiceModel.Internals (1)
System\Runtime\FatalException.cs (1)
16public FatalException(string message) : base(message)
System.Transactions (1)
System\Transactions\TransactionException.cs (1)
77) : base( message )
System.Web (4)
Cache\SqlCacheDependency.cs (2)
429: base(message) { 453: base(message) {
Management\SqlServices.cs (2)
55: base(message) { 64: base(message) {
System.Web.Services (5)
System\Web\Services\Protocols\SoapException.cs (5)
87public SoapException() : base(null) { 95public SoapException(string message, XmlQualifiedName code, string actor) : base(message) { 119public SoapException(string message, XmlQualifiedName code) : base(message) { 138public SoapException(string message, XmlQualifiedName code, string actor, System.Xml.XmlNode detail) : base(message) { 158public SoapException(string message, XmlQualifiedName code, SoapFaultSubCode subCode) : base(message) {
System.Workflow.Activities (4)
LocalService\WorkflowMessageEventHandler.cs (1)
28: base(message)
Role\RoleExceptions.cs (2)
19: base(SR.GetString(SR.WorkflowAuthorizationException, activityName, principalName)) 22public WorkflowAuthorizationException(string message) : base(message) { }
Rules\Parser\Exceptions.cs (1)
27: base(message)
System.Workflow.Runtime (3)
Hosting\PersistenceException.cs (2)
18public PersistenceException() : base(string.Format(CultureInfo.CurrentCulture, ExecutionStringManager.PersistenceException)) { } 19public PersistenceException(string message) : base(message) { }
Tracking\TrackingProfileDeserializationException.cs (1)
28: base(message)