|
가끔은 예외처리 함수가 어느 정도 지원하는지 필요할때가 존재하더군요.
우연히 msdn 에서 찾은 자료입니다. ^^
많은 도움이 되시길...
http://msdn.microsoft.com/en-us/library/bb348567.aspx
System..::.Object
System..::.Exception
System..::.SystemException
Microsoft.SqlServer.Server..::.InvalidUdtException
System..::.AccessViolationException
System..::.AppDomainUnloadedException
System..::.ArgumentException
System..::.ArithmeticException
System..::.ArrayTypeMismatchException
System..::.BadImageFormatException
System..::.CannotUnloadAppDomainException
System.Collections.Generic..::.KeyNotFoundException
System.ComponentModel.Design.Serialization..::.CodeDomSerializerException
System.ComponentModel..::.LicenseException
System.ComponentModel..::.WarningException
System.Configuration..::.ConfigurationException
System.Configuration.Install..::.InstallException
System..::.ContextMarshalException
System.Data..::.DataException
System.Data..::.DBConcurrencyException
System.Data..::.Operati[안내]태그제한으로등록되지않습니다-xxonAbortedException
System.Data.SqlTypes..::.SqlTypeException
System..::.DataMisalignedException
System.Deployment.Application..::.DeploymentException
System.DirectoryServices.AccountManagement..::.PrincipalException
System.Drawing.Printing..::.InvalidPrinterException
System.EnterpriseServices..::.RegistrationException
System.EnterpriseServices..::.ServicedComponentException
System..::.ExecutionEngineException
System..::.FormatException
System.IdentityModel.Tokens..::.SecurityTokenException
System..::.IndexOutOfRangeException
System..::.InvalidCastException
System..::.InvalidOperationException
System..::.InvalidProgramException
System.IO..::.InternalBufferOverflowException
System.IO..::.InvalidDataException
System.IO..::.IOException
System.Management..::.ManagementException
System..::.MemberAccessException
System..::.MulticastNotSupportedException
System..::.NotImplementedException
System..::.NotSupportedException
System..::.NullReferenceException
System..::.OperationCanceledException
System..::.OutOfMemoryException
System.Printing..::.PrintSystemException
System..::.RankException
System.Reflection..::.AmbiguousMatchException
System.Reflection..::.ReflectionTypeLoadException
System.Resources..::.MissingManifestResourceException
System.Resources..::.MissingSatelliteAssemblyException
System.Runtime.InteropServices..::.ExternalException
System.Runtime.InteropServices..::.InvalidComObjectException
System.Runtime.InteropServices..::.InvalidOleVariantTypeException
System.Runtime.InteropServices..::.MarshalDirectiveException
System.Runtime.InteropServices..::.SafeArrayRankMismatchException
System.Runtime.InteropServices..::.SafeArrayTypeMismatchException
System.Runtime.Remoting..::.RemotingException
System.Runtime.Remoting..::.ServerException
System.Runtime.Serialization..::.SerializationException
System.Security.Authentication..::.AuthenticationException
System.Security.Cryptography..::.CryptographicException
System.Security..::.HostProtectionException
System.Security.Policy..::.PolicyException
System.Security.Principal..::.IdentityNotMappedException
System.Security..::.SecurityException
System.Security..::.VerificationException
System.Security..::.XmlSyntaxException
System.ServiceModel..::.CommunicationException
System.ServiceModel.Dispatcher..::.InvalidBodyAccessException
System.ServiceModel.Dispatcher..::.MultipleFilterMatchesException
System.ServiceModel..::.InvalidMessageContractException
System.ServiceModel..::.QuotaExceededException
System.ServiceProcess..::.TimeoutException
System..::.StackOverflowException
System.Threading..::.AbandonedMutexException
System.Threading..::.SemaphoreFullException
System.Threading..::.SynchronizationLockException
System.Threading..::.ThreadAbortException
System.Threading..::.ThreadInterruptedException
System.Threading..::.ThreadStartException
System.Threading..::.ThreadStateException
System..::.TimeoutException
System.Transactions..::.TransactionException
System..::.TypeInitializationException
System..::.TypeLoadException
System..::.TypeUnloadedException
System..::.UnauthorizedAccessException
System..::.UriTemplateMatchException
System.Web.Caching..::.DatabaseNotEnabledForNotificationException
System.Web.Caching..::.TableNotEnabledForNotificationException
System.Web.Management..::.SqlExecutionException
System.Web.Services.Protocols..::.SoapException
System.Windows.Automation..::.ElementNotAvailableException
System.Windows.Markup..::.XamlParseException
System.Windows.Media.Animation..::.AnimationException
System.Windows.Media..::.InvalidWmpVersionException
System.Workflow.Activities..::.EventDeliveryFailedException
System.Workflow.Activities..::.WorkflowAuthorizationException
System.Workflow.Runtime.Hosting..::.PersistenceException
System.Workflow.Runtime.Tracking..::.TrackingProfileDeserializationException
System.Xml.Schema..::.XmlSchemaException
System.Xml..::.XmlException
System.Xml.XPath..::.XPathException
System.Xml.Xsl..::.XsltException
첫댓글 보통 처리하고자하는 오류만 특정 처리를 하도록 해두고 나머지는 디폴트 처리를 하니까 별로 신경 안썼는데 무지 많네요. ㅋ~