You are on page 1of 53

mscorlib

The exception that is thrown when one thread acquires a object that another thread has abandoned by exiting without releasing it. The exception that is thrown when there is an attempt to read or write protected memory. The exception that is thrown when binding to a member results in more than one member matching the binding criteria. This class cannot be inherited. The exception that is thrown when an attempt is made to access an unloaded application domain. The exception that is thrown when a non-fatal application error occurs. The exception that is thrown when one of the arguments provided to a method is not valid. The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument. The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method. The exception that is

System.Threading.AbandonedMutexException

System.AccessViolationException

System.Reflection.AmbiguousMatchException

System.AppDomainUnloadedException

System.ApplicationException

System.ArgumentException

System.ArgumentNullException

System.ArgumentOutOfRangeException

System.ArithmeticException

thrown for errors in an arithmetic, casting, or conversion operation. The exception that is thrown when an attempt System.ArrayTypeMismatchException is made to store an element of the wrong type within an array. The exception that is thrown when the file image of a dynamic link System.BadImageFormatException library (DLL) or an executable program is invalid. The exception that is thrown when an attempt System.CannotUnloadAppDomainException to unload an application domain fails. The exception that is thrown when an unrecognized System.Runtime.InteropServices.COMException HRESULT is returned from a COM method call. The exception that is thrown when an attempt System.ContextMarshalException to marshal an object across a context boundary fails. The exception that is thrown when an error System.Security.Cryptography.CryptographicException occurs during a cryptographic operation. The exception that is thrown when an unexpected operation System.Security.Cryptography.CryptographicUnexpectedOperationException occurs during a cryptographic operation. The exception that is thrown when the binary System.Reflection.CustomAttributeFormatException format of a custom attribute is invalid. System.DataMisalignedException The exception that is thrown when a unit of

System.Text.DecoderFallbackException

System.IO.DirectoryNotFoundException

System.DivideByZeroException

System.DllNotFoundException

System.IO.DriveNotFoundException

System.DuplicateWaitObjectException

System.Text.EncoderFallbackException

System.IO.EndOfStreamException System.EntryPointNotFoundException

data is read from or written to an address that is not a multiple of the data size. This class cannot be inherited. The exception that is thrown when a decoder fallback operation fails. This class cannot be inherited. The exception that is thrown when part of a file or directory cannot be found. The exception that is thrown when there is an attempt to divide an integral or decimal value by zero. The exception that is thrown when a DLL specified in a DLL import cannot be found. The exception that is thrown when trying to access a drive or share that is not available. The exception that is thrown when an object appears more than once in an array of synchronization objects. The exception that is thrown when an encoder fallback operation fails. This class cannot be inherited. The exception that is thrown when reading is attempted past the end of a stream. The exception that is thrown when an attempt to load a class fails due to the absence of an

System.ExecutionEngineException

System.Runtime.InteropServices.ExternalException

System.FieldAccessException

System.IO.FileLoadException

System.IO.FileNotFoundException

System.FormatException

System.Security.HostProtectionException

System.Security.Principal.IdentityNotMappedException System.IndexOutOfRangeException

entry method. The exception that is thrown when there is an internal error in the execution engine of the common language runtime. This class cannot be inherited. The base exception type for all COM interop exceptions and structured exception handling (SEH) exceptions. The exception that is thrown when there is an invalid attempt to access a private or protected field inside a class. The exception that is thrown when a managed assembly is found but cannot be loaded. The exception that is thrown when an attempt to access a file that does not exist on disk fails. The exception that is thrown when the format of an argument does not meet the parameter specifications of the invoked method. The exception that is thrown when a denied host resource is detected. Represents an exception for a principal whose identity could not be mapped to a known identity. The exception that is thrown when an attempt is made to access an

System.InsufficientMemoryException

System.InvalidCastException

System.Runtime.InteropServices.InvalidComObjectException

System.Reflection.InvalidFilterCriteriaException

System.Runtime.InteropServices.InvalidOleVariantTypeException

System.InvalidOperationException

System.InvalidProgramException

System.IO.IOException System.IO.IsolatedStorage.IsolatedStorageException

element of an array with an index that is outside the bounds of the array. This class cannot be inherited. The exception that is thrown when a check for sufficient available memory fails. This class cannot be inherited. The exception that is thrown for invalid casting or explicit conversion. The exception thrown when an invalid COM object is used. The exception that is thrown in when the filter criteria is not valid for the type of filter you are using. The exception thrown by the marshaler when it encounters an argument of a variant type that can not be marshaled to managed code. The exception that is thrown when a method call is invalid for the object's current state. The exception that is thrown when a program contains invalid Microsoft intermediate language (MSIL) or metadata. Generally this indicates a bug in the compiler that generated the program. The exception that is thrown when an I/O error occurs. The exception that is

System.Collections.Generic.KeyNotFoundException

System.Runtime.InteropServices.MarshalDirectiveException

System.MemberAccessException

System.MethodAccessException

System.MissingFieldException

System.Resources.MissingManifestResourceException

System.MissingMemberException System.MissingMethodException

thrown when an operation in isolated storage fails. The exception that is thrown when the key specified for accessing an element in a collection does not match any key in the collection. The exception that is thrown by the marshaler when it encounters a it does not support. The exception that is thrown when an attempt to access a class member fails. The exception that is thrown when there is an invalid attempt to access a method, such as accessing a private method from partially trusted code. The exception that is thrown when there is an attempt to dynamically access a field that does not exist. The exception thrown if the main assembly does not contain the resources for the neutral culture, and they are required because of a missing appropriate satellite assembly. The exception that is thrown when there is an attempt to dynamically access a class member that does not exist. The exception that is thrown when there is an attempt to dynamically

System.Resources.MissingSatelliteAssemblyException

System.MulticastNotSupportedException

System.NotFiniteNumberException

System.NotImplementedException

System.NotSupportedException

System.NullReferenceException

System.ObjectDisposedException System.OperationCanceledException

access a method that does not exist. The exception that is thrown when the satellite assembly for the resources of the neutral culture is missing. The exception that is thrown when there is an attempt to combine two delegates based on the type instead of the type. This class cannot be inherited. The exception that is thrown when a floatingpoint value is positive infinity, negative infinity, or Not-aNumber (NaN). The exception that is thrown when a requested method or operation is not implemented. The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality. The exception that is thrown when there is an attempt to dereference a null object reference. The exception that is thrown when an operation is performed on a disposed object. The exception that is thrown in a thread upon cancellation of an

System.OutOfMemoryException

System.OverflowException

System.IO.PathTooLongException

System.PlatformNotSupportedException

System.Security.Policy.PolicyException

System.Security.AccessControl.PrivilegeNotHeldException

System.RankException

System.Reflection.ReflectionTypeLoadException

System.Runtime.Remoting.RemotingException

operation that the thread was executing. The exception that is thrown when there is not enough memory to continue the execution of a program. The exception that is thrown when an arithmetic, casting, or conversion operation in a checked context results in an overflow. The exception that is thrown when a path or file name is longer than the system-defined maximum length. The exception that is thrown when a feature does not run on a particular platform. The exception that is thrown when policy forbids code to run. The exception that is thrown when a method in the namespace attempts to enable a privilege that it does not have. The exception that is thrown when an array with the wrong number of dimensions is passed to a method. The exception that is thrown by the method if any of the classes in a module cannot be loaded. This class cannot be inherited. The exception that is thrown when something has gone wrong during remoting.

System.Runtime.Remoting.RemotingTimeoutException

System.Runtime.InteropServices.SafeArrayRankMismatchException

System.Runtime.InteropServices.SafeArrayTypeMismatchException

System.Security.SecurityException System.Runtime.InteropServices.SEHException

System.Runtime.Serialization.SerializationException

System.Runtime.Remoting.ServerException

System.StackOverflowException

System.Threading.SynchronizationLockException

The exception that is thrown when the server or the client cannot be reached for a previously specified period of time. The exception thrown when the rank of an incoming SAFEARRAY does not match the rank specified in the managed signature. The exception thrown when the type of the incoming SAFEARRAY does not match the type specified in the managed signature. The exception that is thrown when a security error is detected. Represents structured exception handling (SEH) errors. The exception thrown when an error occurs during serialization or deserialization. The exception that is thrown to communicate errors to the client when the client connects to non-.NET Framework applications that cannot throw exceptions. The exception that is thrown when the execution stack overflows because it contains too many nested method calls. This class cannot be inherited. The exception that is thrown when a method

System.SystemException

System.Reflection.TargetException

System.Reflection.TargetInvocationException

System.Reflection.TargetParameterCountException

System.Threading.ThreadInterruptedException

System.Threading.ThreadStateException

System.TimeoutException

System.TypeInitializationException

System.TypeLoadException

requires the caller to own the lock on a given Monitor, and the method is invoked by a caller that does not own that lock. Defines the base class for predefined exceptions in the namespace. Represents the exception that is thrown when an attempt is made to invoke an invalid target. The exception that is thrown by methods invoked through reflection. This class cannot be inherited. The exception that is thrown when the number of parameters for an invocation does not match the number expected. This class cannot be inherited. The exception that is thrown when a is interrupted while it is in a waiting state. The exception that is thrown when a is in an invalid for the method call. The exception that is thrown when the time allotted for a process or operation has expired. The exception that is thrown as a wrapper around the exception thrown by the class initializer. This class cannot be inherited. The exception that is

System.TypeUnloadedException

System.UnauthorizedAccessException

System.Security.VerificationException

System.Threading.WaitHandleCannotBeOpenedException

System.Security.XmlSyntaxException

thrown when typeloading failures occur. The exception that is thrown when there is an attempt to access an unloaded class. The exception that is thrown when the operating system denies access because of an I/O error or a specific type of security error. The exception that is thrown when the security policy requires code to be type safe and the verification process is unable to verify that the code is type safe. The exception that is thrown when an attempt is made to open a system mutex or semaphore that does not exist. The exception that is thrown when there is a syntax error in XML parsing. This class cannot be inherited.

Microsoft.Build.Engine
This exception is used to wrap an unhandled exception from a logger. This exception is thrown whenever there is a problem with the user's XML project file. The problem might be semantic or Microsoft.Build.BuildEngine.InvalidProjectFileException syntactical. If the problem is in the syntax, it can typically be caught by XSD validation. Microsoft.Build.BuildEngine.InternalLoggerException

Microsoft.Build.Framework
Microsoft.Build.Framework.LoggerException Allows a logger to force the build to stop in an explicit way.

Microsoft.JScript
Represents the exception state when code execution breaks out of a finally block. Represents errors that occur when you run the command-line Microsoft.JScript.CmdLineException compiler jsc.exe. Represents the exception state when code execution Microsoft.JScript.ContinueOutOfFinally continues out of a finally block. The exception that is thrown by JScript to notify a common Microsoft.JScript.JScriptException language runtime (CLR) host or program that an error occurred. Ausually takes a enumeration value. The exception that is thrown when there is no Microsoft.JScript.NoContextException code associated with a . Represents the exception state when code execution returns Microsoft.JScript.ReturnOutOfFinally out of a finally block. Microsoft.JScript.BreakOutOfFinally

Microsoft.VisualBasic.Compatibility
Raises an if the Microsoft.VisualBasic.Compatibility.VB6.WebClassContainingClassNotOptional ContainingClass value is missing. Raises an for a Microsoft.VisualBasic.Compatibility.VB6.WebClassCouldNotFindEvent missing event parameter in a . Microsoft.VisualBasic.Compatibility.VB6.WebClassNextItemCannotBeCurrentW Raises an in a . ebItem Microsoft.VisualBasic.Compatibility.VB6.WebClassNextItemRespondNotFound Raises an in a . Raises an if the Microsoft.VisualBasic.Compatibility.VB6.WebClassUserWebClassNameNotOpti UserWebClassNa onal me value is missing. Raises an if the Microsoft.VisualBasic.Compatibility.VB6.WebClassWebClassFileNameNotOptio WebClassFileNam nal e value is missing. Raises an if Microsoft.VisualBasic.Compatibility.VB6.WebClassWebItemNotValid the value is not valid. Raises an if the Microsoft.VisualBasic.Compatibility.VB6.WebItemAssociatedWebClassNotOptio AssociatedWebCla nal ss value for a is missing. Raises an if the closing tag for a Microsoft.VisualBasic.Compatibility.VB6.WebItemClosingTagNotFound template associated with a is missing.

Raises an when an Microsoft.VisualBasic.Compatibility.VB6.WebItemCouldNotLoadEmbeddedReso embedded resource urce specified in a is missing. Raises an if a Microsoft.VisualBasic.Compatibility.VB6.WebItemCouldNotLoadTemplateFile template file for a is missing. Raises an if the Microsoft.VisualBasic.Compatibility.VB6.WebItemNameNotOptional Name value for a is missing. Raises an if the Microsoft.VisualBasic.Compatibility.VB6.WebItemNoTemplateSpecified Template value for a is missing. Raises an if the template for Microsoft.VisualBasic.Compatibility.VB6.WebItemTooManyNestedTags a contains too many nested tags. Raises an if the Microsoft.VisualBasic.Compatibility.VB6.WebItemUnexpectedErrorReadingTem template for plateFile a cannot be opened or read.

Microsoft.VisualBasic
This exception is thrown when a subsequent instance of Microsoft.VisualBasic.ApplicationServices.CantStartSingleInstanceException a single-instance application is unable to connect to the first application instance. The Visual Basic compiler uses this class during static local initialization; it is not meant to be called Microsoft.VisualBasic.CompilerServices.IncompleteInitialization directly from your code. An exception of this type is thrown if a static local variable fails to initialize. The exception thrown Microsoft.VisualBasic.CompilerServices.InternalErrorException for internal Visual Basic compiler errors. Microsoft.VisualBasic.FileIO.MalformedLineException The exception that is thrown when

Microsoft.VisualBasic.ApplicationServices.NoStartupFormException

the method cannot parse a row using the specified format. This exception is thrown by the Visual Basic Application Model when the property has not been set.

Microsoft.Vsa
Microsoft.Vsa.VsaException

System.Configuration
System.Configuration.ConfigurationErrorsException The current value is not one of the values. The exception that is thrown when a configuration provider error has occurred. This exception class is also used by providers to System.Configuration.Provider.ProviderException throw exceptions when internal errors occur within the provider that do not map to other preexisting exception classes.

System.Configuration.Install
The exception that is thrown when an error occurs System.Configuration.Install.InstallException during the commit, rollback, or uninstall phase of an installation.

System.Data
System.Data.ConstraintException System.Data.DataException System.Data.DBConcurrencyException System.Data.DeletedRowInaccessibleException System.Data.DuplicateNameException System.Data.EvaluateException Represents the exception that is thrown when attempting an action that violates a constraint. Represents the exception that is thrown when errors are generated using ADO.NET components. The exception that is thrown by the during an insert, update, or delete operation if the number of rows affected equals zero. Represents the exception that is thrown when an action is tried on a that has been deleted. Represents the exception that is thrown when a duplicate database object name is encountered during an add operation in a -related object. Represents the exception that is thrown when

the property of a cannot be evaluated. Represents the exception that is thrown when you System.Data.InRowChangingEventException call the method within the event. Represents the exception that is thrown when System.Data.InvalidConstraintException incorrectly trying to create or access a relation. Represents the exception that is thrown when you System.Data.InvalidExpressionException try to add a that contains an invalid to a . Represents the exception that is thrown when you System.Data.MissingPrimaryKeyException try to access a row in a table that has no primary key. Represents the exception that is thrown when you System.Data.NoNullAllowedException try to insert a null value into a column where is set to false. Represents the exception that is thrown when you System.Data.ReadOnlyException try to change the value of a read-only column. Represents the exception that is thrown when you System.Data.RowNotInTableException try to perform an operation on a that is not in a . The class is not intended for use as a stand-alone System.Data.SqlTypes.SqlAlreadyFilledException component, but as a class from which other classes derive standard functionality. The class is not intended for use as a stand-alone System.Data.SqlTypes.SqlNotFilledException component, but as a class from which other classes derive standard functionality. The exception that is thrown when the Value System.Data.SqlTypes.SqlNullValueException property of a structure is set to null. The exception that is thrown when you set a value System.Data.SqlTypes.SqlTruncateException into a structure would truncate that value. System.Data.SqlTypes.SqlTypeException The base exception class for the . The exception that is thrown by a strongly System.Data.StrongTypingException typed when the user accesses a DBNull value. Represents the exception that is thrown when System.Data.SyntaxErrorException the property of a contains a syntax error. The exception that is thrown when a name conflict System.Data.TypedDataSetGeneratorException occurs while generating a strongly typed . Represents the exception that is thrown when you System.Data.VersionNotFoundException try to return a version of a that has been deleted.

System.Deployment
The exception that is thrown when the platform dependency is not found during activation System.Deployment.Application.DependentPlatformMissingException of the ClickOnce deployment and the deployment will not run.

System.Deployment.Application.DeploymentDownloadException

System.Deployment.Application.DeploymentException System.Deployment.Application.InvalidDeploymentException

System.Deployment.Application.TrustNotGrantedException

Indicates that there was an error downloading either the ClickOnce manifests or the deployment's files to the client computer. Defines a base class for all deployment-related exceptions. Indicates that ClickOnce could not read either the deployment or application manifests. Indicates that the application does not have the appropriate level of trust to run on the local computer.

System.Design
The exception that is thrown when line System.ComponentModel.Design.Serialization.CodeDomSerializerException number information is available for a serialization error. Represents the System.ComponentModel.Design.ExceptionCollection collection of exceptions. The exception that is thrown when a name System.Data.Design.TypedDataSetGeneratorException conflict occurs while a strongly typed is being generated.

System.DirectoryServices
The class exception is thrown when an Active Directory Domain Services object is created and that object already exists in the underlying directory store.

System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException

The class exception is thrown when a requested System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException object is not found in the underlying directory store. The class exception is thrown when System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException an underlying directory operation fails. The class exception is thrown when a System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException server is unavailable to respond to a service request. Contains extended error information about an error System.DirectoryServices.DirectoryServicesCOMException that occurred when themethod is called. The class exception is thrown when a trust collision System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException occurs during a trust relationship management request. The exception is thrown when the request to System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException synchronize from all servers fails.

System.DirectoryServices.Protocols

The class is an exception thrown System.DirectoryServices.Protocols.BerConversionException when converting data using a object. The class is an abstract class System.DirectoryServices.Protocols.DirectoryException used as the base class for all exceptions. The class is an exception thrown by the method to indicate that System.DirectoryServices.Protocols.DirectoryOperationException the server returned a object with an error. The class is an exception that occurs when a DSML Request or Response document is not System.DirectoryServices.Protocols.DsmlInvalidDocumentException well-formed XML or cannot be validated with DSMLv2 schema. The class is an exception that System.DirectoryServices.Protocols.ErrorResponseException occurs when the server returns an <errorResponse>. The class is an exception that System.DirectoryServices.Protocols.LdapException occurs when LDAP returns an error code not included in . The class is an exception that System.DirectoryServices.Protocols.TlsOperationException occurs in the method if the request fails.

System
System.Security.Authentication.AuthenticationException The exception that is thrown when authentication fails for an authentication stream. The exception that is thrown when an attempt to check out a file that is checked into a source code management program is canceled or fails. The exception that is thrown when a configuration system error has occurred. The exception that is thrown when an error is made adding a to a . The exception that is thrown when an error occurs processing an HTTP request. The exception thrown when the

System.ComponentModel.Design.CheckoutException

System.Configuration.ConfigurationException System.Net.CookieException System.Net.HttpListenerException System.IO.InternalBufferOverflowException

internal buffer overflows. Thrown when a thread on which an System.ComponentModel.InvalidAsynchronousStateException operation should execute no longer exists or has no message loop. The exception that is thrown when authentication fails for an System.Security.Authentication.InvalidCredentialException authentication stream and cannot be retried. The exception that is thrown when a System.IO.InvalidDataException data stream is in an invalid format. The exception thrown when using System.ComponentModel.InvalidEnumArgumentException invalid arguments that are enumerators. Represents the exception thrown System.ComponentModel.LicenseException when a component cannot be granted a license. The exception that is thrown when an System.Net.NetworkInformation.NetworkInformationException error occurs while retrieving network information. The exception that is thrown when System.Net.NetworkInformation.PingException a or method calls a method that throws an exception. The exception that is thrown when an System.Net.ProtocolViolationException error is made while using a network protocol. System.Threading.SemaphoreFullException Provides an exception for readSystem.Configuration.SettingsPropertyIsReadOnlyException only objects. Provides an exception for objects that System.Configuration.SettingsPropertyNotFoundException are not found. Provides an exception that is thrown System.Configuration.SettingsPropertyWrongTypeException when an invalid type is used with a object. Represents the exception that is System.Net.Mail.SmtpException thrown when the is not able to complete a or operation. Represents the exception that is thrown when the is not able to System.Net.Mail.SmtpFailedRecipientException complete a or operation to a particular recipient. The exception that is thrown when eSystem.Net.Mail.SmtpFailedRecipientsException mail is sent using an and cannot be delivered to all recipients. The exception that is thrown when a System.Net.Sockets.SocketException socket error occurs.

System.UriFormatException System.ComponentModel.WarningException System.Net.WebException System.ComponentModel.Win32Exception

The exception that is thrown when an invalid Uniform Resource Identifier (URI) is detected. Specifies an exception that is handled as a warning instead of an error. The exception that is thrown when an error occurs while accessing the network through a pluggable protocol. Throws an exception for a Win32 error code.

System.Drawing
Represents the exception that is thrown when you System.Drawing.Printing.InvalidPrinterException try to access a printer using printer settings that are not valid.

System.EnterpriseServices
The exception that is thrown when a registration error is detected. The exception that is thrown when an error System.EnterpriseServices.ServicedComponentException is detected in a serviced component. System.EnterpriseServices.RegistrationException

System.Management
System.Management.ManagementException Represents management exceptions.

System.ServiceProcess
System.ServiceProcess.TimeoutException The exception that is thrown when a specified timeout has expired.

System.Transactions
The exception that is thrown when an operation is attempted on a transaction that has already been rolled back, or an attempt is made to commit the transaction and the transaction aborts. The exception that is thrown when you attempt to do work on a transaction that cannot accept

System.Transactions.TransactionAbortedException

System.Transactions.TransactionException

new work. The exception that is thrown when an operation is attempted on a transaction that is in doubt, System.Transactions.TransactionInDoubtException or an attempt is made to commit the transaction and the transaction becomes InDoubt. The exception that is thrown when a resource manager cannot System.Transactions.TransactionManagerCommunicationException communicate with the transaction manager. The exception that is thrown System.Transactions.TransactionPromotionException when a promotion fails.

System.Web
The exception that is thrown when a SQL Server database is not enabled to support System.Web.Caching.DatabaseNotEnabledForNotificationException dependencies associated with the class. This class cannot be inherited. The exception that is thrown System.Web.HttpCompileException when a compiler error occurs. Describes an exception that System.Web.HttpException occurred during the processing of HTTP requests. The exception that is thrown System.Web.HttpParseException when a parse error occurs. The exception that is thrown when a potentially malicious System.Web.HttpRequestValidationException input string is received from the client as part of the request data. This class cannot be inherited. The exception that is thrown System.Web.HttpUnhandledException when a generic exception occurs. System.Web.Security.MembershipCreateUserException System.Web.Security.MembershipPasswordException Defines a class for SQL System.Web.Management.SqlExecutionException execution exceptions in the namespace. The exception that is thrown when a class is used against a System.Web.Caching.TableNotEnabledForNotificationException database table that is not enabled for change notifications.

System.Web.UI.ViewStateException

Represents the exception that is thrown when the view state cannot be loaded or validated. This class cannot be inherited.

System.Web.Services
Represents the exception that is thrown when System.Web.Services.Protocols.SoapException an XML Web service method is called over SOAP and an exception occurs. System.Web.Services.Protocols.SoapHeaderException The SOAP representation of a server error.

System.Xml
Returns detailed information about the last exception. Returns detailed information about the schema System.Xml.Schema.XmlSchemaException exception. Returns information about errors encountered System.Xml.Schema.XmlSchemaInferenceException by the class while inferring a schema from an XML document. Represents the exception thrown when XML Schema Definition Language (XSD) schema System.Xml.Schema.XmlSchemaValidationException validation errors and warnings are encountered in an XML document being validated. Provides the exception thrown when an error System.Xml.XPath.XPathException occurs while processing an XPath expression. The exception that is thrown by the Load System.Xml.Xsl.XsltCompileException method when an error is found in the XSLT style sheet. The exception that is thrown when an error System.Xml.Xsl.XsltException occurs while processing an XSLT transformation. System.Xml.XmlException

Microsoft.DirectX.Direct3D
Microsoft.DirectX.Direct3D.ConflictingRenderStateException Microsoft.DirectX.Direct3D.ConflictingTextureFilterException Microsoft.DirectX.Direct3D.ConflictingTexturePaletteException Microsoft.DirectX.Direct3D.DeviceLostException The currently set render states cannot be used together. The current texture filters cannot be used together. The current textures cannot be used simultaneously. The device has been lost but cannot be reset at this time. Therefore, rendering is not

Microsoft.DirectX.Direct3D.DeviceNotResetException Microsoft.DirectX.Direct3D.DriverInternalErrorException Microsoft.DirectX.Direct3D.DriverInvalidCallException Microsoft.DirectX.Direct3D.GraphicsException Microsoft.DirectX.Direct3D.InvalidCallException Microsoft.DirectX.Direct3D.InvalidDeviceException Microsoft.DirectX.Direct3D.MoreDataException Microsoft.DirectX.Direct3D.NotAvailableException Microsoft.DirectX.Direct3D.NotFoundException Microsoft.DirectX.Direct3D.OutOfVideoMemoryException Microsoft.DirectX.Direct3D.TooManyOperationsException Microsoft.DirectX.Direct3D.UnsupportedAlphaArgumentException Microsoft.DirectX.Direct3D.UnsupportedAlphaOperationException Microsoft.DirectX.Direct3D.UnsupportedColorArgumentException Microsoft.DirectX.Direct3D.UnsupportedColorOperationException

Microsoft.DirectX.Direct3D.UnsupportedFactorValueException Microsoft.DirectX.Direct3D.UnsupportedTextureFilterException

possible. The device has been lost but can be reset at this time. Internal driver error. Applications should generally shut down when receiving this error. The driver reports that the current method call is invalid. Base exception type for graphics. Derives from . The method call is invalid. For example, a method's parameter might not be valid. The requested device type is not valid. More data is available than the specified buffer size can hold. This device does not support the queried technique. The requested item was not found. Microsoft Direct3D does not have enough display memory to perform the operation. The application is requesting more texture-filtering operations than the device supports. The device does not support a specified texture-blending argument for the alpha channel. The device does not support a specified texture-blending operation for the alpha channel. The device does not support a specified texture-blending argument for color values. The device does not support a specified texture-blending operation for color values. The device does not support the specified texture factor value. Not used; provided only to support older drivers. The device does not support the specified texture filter.

Microsoft.DirectX.Direct3D.WasStillDrawingException Microsoft.DirectX.Direct3D.WrongTextureFormatException

The device was still drawing. The pixel format of the texture surface is not valid.

Microsoft.DirectX.Direct3DX
Attribute sort is not supported as an Microsoft.DirectX.Direct3D.CannotAttributeSortException optimization technique. For more information, see . The index buffer cannot be Microsoft.DirectX.Direct3D.CannotModifyIndexBufferException modified. Base exception class for D3DX. Microsoft.DirectX.Direct3D.Direct3DXException Derives from . There is a duplicate named Microsoft.DirectX.Direct3D.DuplicateNamedFragmentException fragment. Microsoft.DirectX.Direct3D.InvalidDataException The data is invalid. Microsoft.DirectX.Direct3D.InvalidMeshException The mesh is invalid. Microsoft.DirectX.Direct3D.LoadedMeshHasNoDataException The mesh has no data. Microsoft.DirectX.Direct3D.SkinningNotSupportedException Skinning is not supported. Microsoft.DirectX.Direct3D.TooManyInfluencesException Too many influences specified.

Microsoft.DirectX.DirectDraw

Microsoft.DirectX.DirectInput
Microsoft.DirectX.DirectInput.AcquiredException The operation cannot be performed while the device is acquired. The object could not be created due to an incompatible driver version or mismatched or incomplete driver components. The device is full. The device or device instance is not registered with DirectInput. The parameters were updated in memory but were not downloaded to the device because the device does not support updating an effect while it is still playing. The device cannot be reinitialized because effects are

Microsoft.DirectX.DirectInput.BadDriverVersionException Microsoft.DirectX.DirectInput.DeviceFullException Microsoft.DirectX.DirectInput.DeviceNotRegisteredException

Microsoft.DirectX.DirectInput.EffectPlayingException

Microsoft.DirectX.DirectInput.HasEffectsException

attached to it. The effect could not be downloaded because essential information is missing. For Microsoft.DirectX.DirectInput.IncompleteEffectException example, no axes have been associated with the effect, or no type-specific information has been supplied. Base exception type for all Microsoft.DirectX.DirectInput.InputException DirectInput exceptions. Derives from DirectXException. Access to the input device has Microsoft.DirectX.DirectInput.InputLostException been lost. It must be reacquired. Insufficient priveledges for this Microsoft.DirectX.DirectInput.InsufficientPriveledgesException call. An error has occurred either reading the vendor-supplied action-mapping file for the Microsoft.DirectX.DirectInput.MapFileFailException device or reading or writing the user configuration mapping file for the device. Not all the requested Microsoft.DirectX.DirectInput.MoreDataException information fit into the buffer. The operation cannot be Microsoft.DirectX.DirectInput.NotAcquiredException performed unless the device is acquired. The device is not buffered. Set Microsoft.DirectX.DirectInput.NotBufferedException the BufferSize property to enable buffering. Microsoft.DirectX.DirectInput.NotDownloadedException The effect is not downloaded. The operation cannot be Microsoft.DirectX.DirectInput.NotExclusivelyAcquiredException performed unless the device is acquired in Exclusive mode. The requested object does not Microsoft.DirectX.DirectInput.NotFoundException exist. Another application has a Microsoft.DirectX.DirectInput.OtherApplicationHasPriorityException higher priority level, preventing this call from succeeding. Microsoft.DirectX.DirectInput.PendingException Data is not yet available. More information was Microsoft.DirectX.DirectInput.ReportFullException requested to be sent than can be sent to the device. The operation could not be Microsoft.DirectX.DirectInput.UnpluggedException completed because the device is not plugged in.

Microsoft.DirectX.DirectInput.UnsupportedException

The function called is not supported at this time.

Microsoft.DirectX.DirectPlay

Microsoft.DirectX.DirectSound
Microsoft.DirectX.DirectSound.AccessDeniedException Microsoft.DirectX.DirectSound.AllocatedException Microsoft.DirectX.DirectSound.BadFormatException Microsoft.DirectX.DirectSound.BadSendBufferGuidException Microsoft.DirectX.DirectSound.BufferLostException Microsoft.DirectX.DirectSound.BufferTooSmallException The request failed because access was denied. The request failed because resources, such as a priority level, were already in use by another caller. The specified wave format is not supported. The globally unique identifier (GUID) specified in an audiopath file does not match a valid mix-in buffer. The buffer memory has been lost and must be restored. The buffer size is not large enough to enable effects processing. The buffer control (volume, pan, and so on) requested by the caller is not available. Controls must be specified when the buffer is created. The effects requested could not be found on the system, or they are in the wrong order or in the wrong location; for example, an effect expected in hardware was found in software. The method call is invalid. For example, a method's parameter might not be valid. The object does not support aggregation. No sound driver is available for use, or the given globally

Microsoft.DirectX.DirectSound.ControlUnavailableException

Microsoft.DirectX.DirectSound.EffectsUnavailableException

Microsoft.DirectX.DirectSound.InvalidCallException Microsoft.DirectX.DirectSound.NoAggregationException Microsoft.DirectX.DirectSound.NoDriverException

unique identifier (GUID) is not a valid Microsoft DirectSound device ID. The requested object was not Microsoft.DirectX.DirectSound.ObjectNotFoundException found. Another application has a higher priority level, Microsoft.DirectX.DirectSound.OtherApplicationHasPriorityException preventing this call from succeeding. A cooperative level of Priority Microsoft.DirectX.DirectSound.PriorityLevelNeededException or higher is required. A circular loop of send effects Microsoft.DirectX.DirectSound.SendLoopException was detected. Root exception type for all Microsoft.DirectX.DirectSound.SoundException Microsoft DirectSound exceptions. Derives from . The function called is not Microsoft.DirectX.DirectSound.UnsupportedException supported at this time.

Microsoft.DirectX
Microsoft.DirectX.DirectXException Describes the root exception class for all Microsoft DirectX 9.0 for Managed Code exceptions.

Microsoft.DirectX.Direct3DX
Attribute sort is not supported as an Microsoft.DirectX.Direct3D.CannotAttributeSortException optimization technique. For more information, see . The index buffer cannot be Microsoft.DirectX.Direct3D.CannotModifyIndexBufferException modified. Base exception class for D3DX. Microsoft.DirectX.Direct3D.Direct3DXException Derives from . There is a duplicate named Microsoft.DirectX.Direct3D.DuplicateNamedFragmentException fragment. Microsoft.DirectX.Direct3D.InvalidDataException The data is invalid. Microsoft.DirectX.Direct3D.InvalidMeshException The mesh is invalid. Microsoft.DirectX.Direct3D.LoadedMeshHasNoDataException The mesh has no data. Microsoft.DirectX.Direct3D.SkinningNotSupportedException Skinning is not supported. Microsoft.DirectX.Direct3D.TooManyInfluencesException Too many influences specified.

Microsoft.DirectX.Direct3DX
Microsoft.DirectX.Direct3D.CannotAttributeSortException Attribute sort is not supported as an optimization technique. For more

information, see . The index buffer cannot be Microsoft.DirectX.Direct3D.CannotModifyIndexBufferException modified. Base exception class for D3DX. Microsoft.DirectX.Direct3D.Direct3DXException Derives from . There is a duplicate named Microsoft.DirectX.Direct3D.DuplicateNamedFragmentException fragment. Microsoft.DirectX.Direct3D.InvalidDataException The data is invalid. Microsoft.DirectX.Direct3D.InvalidMeshException The mesh is invalid. Microsoft.DirectX.Direct3D.LoadedMeshHasNoDataException The mesh has no data. Microsoft.DirectX.Direct3D.SkinningNotSupportedException Skinning is not supported. Microsoft.DirectX.Direct3D.TooManyInfluencesException Too many influences specified.

Microsoft.DirectX.Direct3DX
Attribute sort is not supported as an Microsoft.DirectX.Direct3D.CannotAttributeSortException optimization technique. For more information, see . The index buffer cannot be Microsoft.DirectX.Direct3D.CannotModifyIndexBufferException modified. Base exception class for D3DX. Microsoft.DirectX.Direct3D.Direct3DXException Derives from . There is a duplicate named Microsoft.DirectX.Direct3D.DuplicateNamedFragmentException fragment. Microsoft.DirectX.Direct3D.InvalidDataException The data is invalid. Microsoft.DirectX.Direct3D.InvalidMeshException The mesh is invalid. Microsoft.DirectX.Direct3D.LoadedMeshHasNoDataException The mesh has no data. Microsoft.DirectX.Direct3D.SkinningNotSupportedException Skinning is not supported. Microsoft.DirectX.Direct3D.TooManyInfluencesException Too many influences specified.

Microsoft.DirectX.Direct3DX
Attribute sort is not supported as an Microsoft.DirectX.Direct3D.CannotAttributeSortException optimization technique. For more information, see . The index buffer cannot be Microsoft.DirectX.Direct3D.CannotModifyIndexBufferException modified. Base exception class for D3DX. Microsoft.DirectX.Direct3D.Direct3DXException Derives from . There is a duplicate named Microsoft.DirectX.Direct3D.DuplicateNamedFragmentException fragment. Microsoft.DirectX.Direct3D.InvalidDataException The data is invalid. Microsoft.DirectX.Direct3D.InvalidMeshException The mesh is invalid. Microsoft.DirectX.Direct3D.LoadedMeshHasNoDataException The mesh has no data.

Microsoft.DirectX.Direct3D.SkinningNotSupportedException Microsoft.DirectX.Direct3D.TooManyInfluencesException

Skinning is not supported. Too many influences specified.

Microsoft.DirectX.Direct3DX
Attribute sort is not supported as an Microsoft.DirectX.Direct3D.CannotAttributeSortException optimization technique. For more information, see . The index buffer cannot be Microsoft.DirectX.Direct3D.CannotModifyIndexBufferException modified. Base exception class for D3DX. Microsoft.DirectX.Direct3D.Direct3DXException Derives from . There is a duplicate named Microsoft.DirectX.Direct3D.DuplicateNamedFragmentException fragment. Microsoft.DirectX.Direct3D.InvalidDataException The data is invalid. Microsoft.DirectX.Direct3D.InvalidMeshException The mesh is invalid. Microsoft.DirectX.Direct3D.LoadedMeshHasNoDataException The mesh has no data. Microsoft.DirectX.Direct3D.SkinningNotSupportedException Skinning is not supported. Microsoft.DirectX.Direct3D.TooManyInfluencesException Too many influences specified.

Microsoft.DirectX.Direct3DX
Attribute sort is not supported as an Microsoft.DirectX.Direct3D.CannotAttributeSortException optimization technique. For more information, see . The index buffer cannot be Microsoft.DirectX.Direct3D.CannotModifyIndexBufferException modified. Base exception class for D3DX. Microsoft.DirectX.Direct3D.Direct3DXException Derives from . There is a duplicate named Microsoft.DirectX.Direct3D.DuplicateNamedFragmentException fragment. Microsoft.DirectX.Direct3D.InvalidDataException The data is invalid. Microsoft.DirectX.Direct3D.InvalidMeshException The mesh is invalid. Microsoft.DirectX.Direct3D.LoadedMeshHasNoDataException The mesh has no data. Microsoft.DirectX.Direct3D.SkinningNotSupportedException Skinning is not supported. Microsoft.DirectX.Direct3D.TooManyInfluencesException Too many influences specified.

Microsoft.DirectX.Direct3DX
Attribute sort is not supported as an Microsoft.DirectX.Direct3D.CannotAttributeSortException optimization technique. For more information, see . The index buffer cannot be Microsoft.DirectX.Direct3D.CannotModifyIndexBufferException modified.

Base exception class for D3DX. Derives from . There is a duplicate named Microsoft.DirectX.Direct3D.DuplicateNamedFragmentException fragment. Microsoft.DirectX.Direct3D.InvalidDataException The data is invalid. Microsoft.DirectX.Direct3D.InvalidMeshException The mesh is invalid. Microsoft.DirectX.Direct3D.LoadedMeshHasNoDataException The mesh has no data. Microsoft.DirectX.Direct3D.SkinningNotSupportedException Skinning is not supported. Microsoft.DirectX.Direct3D.TooManyInfluencesException Too many influences specified. Microsoft.DirectX.Direct3D.Direct3DXException

Microsoft.DirectX.Direct3DX
Attribute sort is not supported as an Microsoft.DirectX.Direct3D.CannotAttributeSortException optimization technique. For more information, see . The index buffer cannot be Microsoft.DirectX.Direct3D.CannotModifyIndexBufferException modified. Base exception class for D3DX. Microsoft.DirectX.Direct3D.Direct3DXException Derives from . There is a duplicate named Microsoft.DirectX.Direct3D.DuplicateNamedFragmentException fragment. Microsoft.DirectX.Direct3D.InvalidDataException The data is invalid. Microsoft.DirectX.Direct3D.InvalidMeshException The mesh is invalid. Microsoft.DirectX.Direct3D.LoadedMeshHasNoDataException The mesh has no data. Microsoft.DirectX.Direct3D.SkinningNotSupportedException Skinning is not supported. Microsoft.DirectX.Direct3D.TooManyInfluencesException Too many influences specified.

Microsoft.DirectX.Direct3DX
Attribute sort is not supported as an Microsoft.DirectX.Direct3D.CannotAttributeSortException optimization technique. For more information, see . The index buffer cannot be Microsoft.DirectX.Direct3D.CannotModifyIndexBufferException modified. Base exception class for D3DX. Microsoft.DirectX.Direct3D.Direct3DXException Derives from . There is a duplicate named Microsoft.DirectX.Direct3D.DuplicateNamedFragmentException fragment. Microsoft.DirectX.Direct3D.InvalidDataException The data is invalid. Microsoft.DirectX.Direct3D.InvalidMeshException The mesh is invalid. Microsoft.DirectX.Direct3D.LoadedMeshHasNoDataException The mesh has no data. Microsoft.DirectX.Direct3D.SkinningNotSupportedException Skinning is not supported. Microsoft.DirectX.Direct3D.TooManyInfluencesException Too many influences specified.

PresentationCore
The exception that is thrown when the System.Windows.Media.InvalidWmpVersionException installed Microsoft Windows Media Player version is not supported.

PresentationFramework
The exception that is thrown when an error condition occurs during the System.Windows.Controls.PrintDialogException opening, accessing, or using of a PrintDialog. The exception that is thrown when a resource reference key cannot be found System.Windows.ResourceReferenceKeyNotFoundException during parsing or serialization of markup extension resources. The exception that is thrown by System.Windows.Data.ValueUnavailableException the method when the value is not available. Represents the exception class for parser-specific exceptions (for XAML System.Windows.Markup.XamlParseException API or WPF XAML parser operations from .NET Framework 3.0 and .NET Framework 3.5).

ReachFramework
The exception that is thrown when an error condition prevents some attributes from being System.Printing.PrintCommitAttributesException committed by a to the actual computer, printer, or device that the object represents. The exception that occurs when code attempts to System.Printing.PrintingCanceledException access a canceled print job. The exception that is thrown when a printing System.Printing.PrintingNotSupportedException operation is not supported. The exception that occurs when the print job does System.Printing.PrintJobException not run correctly. The exception that is thrown when an error System.Printing.PrintQueueException condition prevents the accessing or creation of a . The exception that occurs when an error condition System.Printing.PrintServerException prevents the accessing or creation of a . The exception that occurs when an error condition System.Printing.PrintSystemException prevents accessing or creating a . System.Windows.Xps.XpsException Serves as the base class for exceptions that are thrown by the XML Paper Specification (XPS)

packaging and serialization APIs. The exception that is thrown when reading, writing System.Windows.Xps.XpsPackagingException to, registering, or accessing in some other way an . The exception that is thrown for XML Paper System.Windows.Xps.XpsSerializationException Specification (XPS) document serialization errors.

System.IdentityModel
The exception that is thrown when System.IdentityModel.Tokens.SecurityTokenException a problem occurs while processing a security token. The exception that is thrown when System.IdentityModel.Tokens.SecurityTokenValidationException a received security token is invalid.

System.IdentityModel.Selectors
The exception that is thrown when one or more exceptions System.IdentityModel.Selectors.CardSpaceException have occurred at the service level. The cause of the error will be logged in the event log. Exception class to indicate that System.IdentityModel.Selectors.IdentityValidationException the recipient certificate was not valid. Exception class to indicate that System.IdentityModel.Selectors.PolicyValidationException the policy supplied by the recipient could not be validated. Exception class to indicate that System.IdentityModel.Selectors.ServiceBusyException the service is busy processing other requests. The exception that is thrown System.IdentityModel.Selectors.ServiceNotStartedException when has not been started on the user's computer. The exception that is thrown when there is a problem System.IdentityModel.Selectors.StsCommunicationException communicating with the security token service. Indicates that a policy was provided to the system that System.IdentityModel.Selectors.UnsupportedPolicyOptionsException included options that were unsupported. System.IdentityModel.Selectors.UntrustedRecipientException The exception that is thrown when the user decides not to trust the entity that is requesting a token after reviewing the

System.IdentityModel.Selectors.UserCancellationException

information from their certificate. The exception that is thrown when the user cancels an operation during the call.

System.IO.Log
System.IO.Log.ReservationNotFoundException System.IO.Log.SequenceFullException Represents the exception that is thrown when a specific space reservation in a is not found. Represents the exception that is thrown when a sequence of log records is full.

System.Printing
The exception that is thrown when a method of either System.Windows.Xps.XpsWriterException an or a object is called that is incompatible with the current state of the object.

System.Runtime.Serialization
The exception that is thrown when System.Runtime.Serialization.InvalidDataContractException the or encounters an invalid data contract during serialization and deserialization.

System.ServiceModel
This exception is typically thrown on the client when the action related to the operation invoked does not match any action of operations in the server. The exception that is thrown when access to the address is denied. The exception that is thrown when an address is unavailable because it is already in use. This exception is typically thrown on the client when a channel is terminated due to server closing the associated connection.

System.ServiceModel.ActionNotSupportedException

System.ServiceModel.AddressAccessDeniedException

System.ServiceModel.AddressAlreadyInUseException

System.ServiceModel.ChannelTerminatedException

System.ServiceModel.CommunicationException

System.ServiceModel.CommunicationObjectAbortedException

System.ServiceModel.CommunicationObjectFaultedException

System.ServiceModel.EndpointNotFoundException System.ServiceModel.Security.ExpiredSecurityTokenException System.ServiceModel.FaultException System.ServiceModel.FaultException`1[TDetail]

System.ServiceModel.Dispatcher.FilterInvalidBodyAccessException

System.ServiceModel.Channels.InvalidChannelBindingException

System.ServiceModel.InvalidMessageContractException

System.ServiceModel.Dispatcher.MessageFilterException

System.ServiceModel.MessageHeaderException

System.ServiceModel.Security.MessageSecurityException

Represents a communication error in either the service or client application. The exception that is thrown when the call is to an object that has aborted. The exception that is thrown when a call is made to a communication object that has faulted. The exception that is thrown when a remote endpoint could not be found or reached. Exception thrown when a security token expires. Represents a SOAP fault. Used in a client application to catch contractuallyspecified SOAP faults. The exception that is thrown when a filter or filter table attempts to access the body of an unbuffered message. The exception that is thrown when the binding specified is not consistent with the contract requirements for the service. Represents a message contract that is not valid. The base class for the exceptions that are thrown when the quota of nodes inspected by a filter is exceeded. The exception that is thrown when the expectations regarding headers of a SOAP message are not satisfied when the message is processed. Represents an exception that occurred when there is

something wrong with the security applied on a message. Encapsulates errors returned by Message Queuing (MSMQ). This exception is System.ServiceModel.MsmqException thrown by the Message Queuing transport and the Message Queuing integration channel. Encapsulates the exception that is thrown when the System.ServiceModel.MsmqPoisonMessageException channel detects that the message is a poison message. The exception that is thrown System.ServiceModel.Dispatcher.MultipleFilterMatchesException when multiple filters match, but only one was expected. The exception that is thrown when an is directed to System.ServiceModel.Dispatcher.NavigatorInvalidBodyAccessException examine the body of an unbuffered message. Thrown when an error System.IO.PipeException occurs within a named pipe. An exception that is thrown when the message is deemed poison. A message System.ServiceModel.PoisonMessageException is poisoned if it fails repeated attempts to deliver the message. The exception seen on the client that is thrown when communication with the System.ServiceModel.ProtocolException remote party is impossible due to mismatched data transfer protocols. The exception that is thrown System.ServiceModel.QuotaExceededException when a message quota has been exceeded. Represents the security exception that is thrown System.ServiceModel.Security.SecurityAccessDeniedException when a security authorization request fails. System.ServiceModel.Security.SecurityNegotiationException Indicates that an error occurred while negotiating the security context for a

System.ServiceModel.ServerTooBusyException System.ServiceModel.ServiceActivationException

System.ServiceModel.Dispatcher.XPathNavigatorException

message. The exception that is thrown when a server is too busy to accept a message. The exception that is thrown when a service fails to activate. The exception that is thrown when the quota of nodes allowed to be inspected by an XPathNavigator is exceeded.

System.Workflow.Activities
The exception that is thrown when an event that is raised from the host cannot be delivered to the System.Workflow.Activities.EventDeliveryFailedException workflow instance. Typically the event is raised from an on a workflow instance. This class cannot be inherited. Represents the base class for all System.Workflow.Activities.Rules.RuleEvaluationException exceptions caused by rule evaluation issues. The exception that is thrown when attempting to apply System.Workflow.Activities.Rules.RuleEvaluationIncompatibleTypesException an operator to incompatible operands when you evaluate a rule. Represents the base class for all System.Workflow.Activities.Rules.RuleException exceptions caused by evaluation or validation of rules. System.Workflow.Activities.Rules.RuleSetValidationException Represents the exception thrown when processing

System.Workflow.Activities.WorkflowAuthorizationException

cannot continue because a rule set cannot be validated. The exception that is thrown when role validation fails due to a specified identity that is not contained in the .

System.Workflow.ComponentModel
The exception that is thrown by methods System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationExcep that perform tion serialization and deserialization . Represents the that is raised when a workflow is System.Workflow.ComponentModel.WorkflowTerminatedException terminated. This class cannot be inherited. Represents an that occurs when a workflow System.Workflow.ComponentModel.Compiler.WorkflowValidationFailedException does not pass validation. This class cannot be inherited.

System.Workflow.Runtime
The exception that is thrown when the System.Workflow.Runtime.Hosting.PersistenceException persistence service cannot fulfill a request. System.Workflow.Runtime.Tracking.TrackingProfileDeserializationException The exception that is thrown when an XML

System.Workflow.Runtime.WorkflowOwnershipException

document cannot be deserialized into a by a. The exception that is thrown when the workflow runtime engine attempts to load a workflow instance that is currently loaded by another workflow runtime engine instance. Additionally, this exception is thrown when the workflow runtime engine attempts to save a workflow after the ownership timeout that was specified while loading the workflow has expired.

UIAutomationTypes
Contains information about the exception that is raised when an attempt is made to access an UI System.Windows.Automation.ElementNotAvailableException Automation element corresponding to a part of the user interface that is no longer available. Contains information about the exception that is raised when an System.Windows.Automation.ElementNotEnabledException attempt is made to manipulate a control that is not enabled. Contains information about the exception that is raised when is System.Windows.Automation.NoClickablePointException called on a UI Automation element that has no clickable point. Contains information about an exception that is raised when System.Windows.Automation.ProxyAssemblyNotLoadedException there is a problem loading an assembly that contains client-side providers

WindowsBase
The exception that is thrown when an input file or a data stream that is System.IO.FileFormatException supposed to conform to a certain file format specification is malformed. Represents an error condition when System.Security.RightsManagement.RightsManagementException a rights management operation cannot complete successfully.

Microsoft.Build.Engine
This exception is used to wrap an unhandled exception from a logger. This exception is thrown whenever there is a problem with the user's XML project file. The problem Microsoft.Build.BuildEngine.InvalidProjectFileException might be semantic or syntactical. If the problem is in the syntax, it can typically be caught by XSD validation. This exception is thrown whenever there is a problem with the user's custom toolset definition file. The Microsoft.Build.BuildEngine.InvalidToolsetDefinitionException problem might be semantic or syntactical. If the problem is in the syntax, it can typically be caught by XSD validation. Microsoft.Build.BuildEngine.InternalLoggerException

Microsoft.Build.Framework
Microsoft.Build.Framework.LoggerException Allows a logger to force the build to stop in an explicit way.

System.AddIn
The exception that is thrown when a segment directory is System.AddIn.Hosting.AddInSegmentDirectoryNotFoundException missing from the pipeline directory structure. System.AddIn.Hosting.InvalidPipelineStoreException The exception that is thrown when a directory is not found and the user does not have permission to access the pipeline root path or

an add-in path.

System.ComponentModel.DataAnnotations
Represents the exception that occurs System.ComponentModel.DataAnnotations.ValidationException during validation of a data field when the class is used.

System.Core
Represents the base class for all the exceptions that System.Diagnostics.Eventing.Reader.EventLogException are thrown when an error occurs while reading event log related information. Represents the exception thrown when an event System.Diagnostics.Eventing.Reader.EventLogInvalidDataException provider publishes invalid data in an event. Represents the exception that is thrown when a requested event log System.Diagnostics.Eventing.Reader.EventLogNotFoundException (usually specified by the name of the event log or the path to the event log file) does not exist. Represents the exception that is thrown when a specified event provider System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException name references a disabled event provider. A disabled event provider cannot publish events. Represents an exception that is thrown when an error occurred while System.Diagnostics.Eventing.Reader.EventLogReadingException reading, querying, or subscribing to the events in an event log. The exception thrown to System.Management.Instrumentation.InstanceNotFoundException indicate that no instances are returned by a provider. Represents the base System.Management.Instrumentation.InstrumentationBaseException provider-related exception. Represents a providerSystem.Management.Instrumentation.InstrumentationException related exception.

System.InvalidTimeZoneException

System.Threading.LockRecursionException

System.TimeZoneNotFoundException

The exception that is thrown when time zone information is invalid. The exception that is thrown when recursive entry into a lock is not compatible with the recursion policy for the lock. The exception that is thrown when a time zone cannot be found.

System.Data.Entity
System.Data.EntityCommandCompilationException System.Data.EntityCommandExecutionException System.Data.EntityException System.Data.EntitySqlException System.Data.InvalidCommandTreeException System.Data.MappingException System.Data.MetadataException System.Data.ObjectNotFoundException System.Data.OptimisticConcurrencyException System.Data.ProviderIncompatibleException System.Data.UpdateException The exception that is thrown when an object is not present. The exception that is thrown when an optimistic concurrency violation occurs. The exception that is thrown when the underlying data provider is incompatible with the Entity Framework. The exception that is thrown when modifications to object instances cannot be persisted to the data store. The exception that is thrown when mapping related service requests fail.

System.Data.Linq
Thrown when an update fails because database values have System.Data.Linq.ChangeConflictException been updated since the client last read them. Thrown when an attempt is made to add an object to the identity System.Data.Linq.DuplicateKeyException cache by using a key that is already being used. System.Data.Linq.ForeignKeyReferenceAlreadyHasValueException Represents errors that occur

when an attempt is made to change a foreign key when the entity is already loaded.

System.Data.Services.Client
Represents errors that occur during System.Data.Services.Client.DataServiceClientException execution of ADO.NET Data Services client applications. Exception that indicates an error occurred System.Data.Services.Client.DataServiceQueryException loading the property value from the data service. Represents the error thrown if the data service returns a response code less than System.Data.Services.Client.DataServiceRequestException 200 or greater than 299, or the top-level element in the response is <error>. This class cannot be inherited.

System.Data.Services
System.Data.Services.DataServiceException Represents an instance of the class with a specified message that describes the error.

System.DirectoryServices.AccountManagement
This exception is thrown by methods that expect to match System.DirectoryServices.AccountManagement.MultipleMatchesException a single principal object when there are multiple matches to the search query. This exception is thrown when no matching principal System.DirectoryServices.AccountManagement.NoMatchingPrincipalException object could be found with the specified parameters. This exception is thrown when a System.DirectoryServices.AccountManagement.PasswordException password does not meet complexity requirements. System.DirectoryServices.AccountManagement.PrincipalExistsException Thrown by when an attempt is made to

insert a principal that already exists in the collection, or by when an attempt is made to save a new principal that already exists in the store. Thrown when ADSI returns an error System.DirectoryServices.AccountManagement.PrincipalOperationException during an operation to update the store. This exception is thrown when the API System.DirectoryServices.AccountManagement.PrincipalServerDownException is unable to connect to the server.

System.Management.Instrumentation
Represents an exception to System.Management.Instrumentation.WmiProviderInstallationException throw when WMI provider installation fails.

System.Net
System.Net.PeerToPeer.PeerToPeerException Represents the exceptions that are thrown when an error is raised by the Peer-to-Peer Infrastructure.

System.ServiceModel.Web
System.UriTemplateMatchException Represents an error when matching a to a .

System.Web.Entity
Represents errors that occur System.Web.UI.WebControls.EntityDataSourceValidationException when validating properties of a dynamic data source.

System.Web.Extensions
Describes an exception that occurred during validation of new System.Web.UI.WebControls.LinqDataSourceValidationException or modified values before values are inserted, updated, or deleted by a control. System.Web.Query.Dynamic.ParseException Represents errors that occur when

a control parses values to create a query.

System.WorkflowServices
This exception is intended for use by classes that inherit from when the System.ServiceModel.Persistence.InstanceLockException operation cannot be performed because of the state of the instance lock. This exception is thrown under the following circumstances: an operation is performed on a durable service instance that has been marked for System.ServiceModel.Persistence.InstanceNotFoundException completion, or a persistence provider created by a attempts to lock, unlock, or otherwise process state data that is not found in the database. This exception is thrown by a when System.ServiceModel.Persistence.PersistenceException general connectivity errors are encountered.

System.Data.SqlServerCe
System.Data.SqlServerCe.SqlCeInvalidDatabaseFormatException System.Data.SqlServerCe.SqlCeLockTimeoutException System.Data.SqlServerCe.SqlCeTransactionInProgressException

Microsoft.Synchronization.Data
Microsoft.Synchronization.Data.AnchorException Microsoft.Synchronization.Data.MetadataException Microsoft.Synchronization.Data.SchemaException Microsoft.Synchronization.Data.SessionVariableException Microsoft.Synchronization.Data.SyncException

Microsoft.Web.Delegation
Microsoft.Web.Delegation.DeploymentAuthorizationException Microsoft.Web.Deployment.DeploymentClientServerException Microsoft.Web.Deployment.DeploymentException

Microsoft.Web.Deployment
Microsoft.Web.Deployment.DeploymentCanceledException

Microsoft.Web.Deployment.DeploymentEncryptionException Microsoft.Web.Deployment.DeploymentFatalException Microsoft.Web.Deployment.DeploymentRetryException Microsoft.Web.Deployment.DeploymentXmlException

Microsoft.SqlServer.ConnectionInfo
Microsoft.SqlServer.Management.Common.ChangePasswordFailureException Microsoft.SqlServer.Management.Common.ConnectionCannotBeChangedException Microsoft.SqlServer.Management.Common.ConnectionException Microsoft.SqlServer.Management.Common.ConnectionFailureException Microsoft.SqlServer.Management.Common.DisconnectedConnectionException Microsoft.SqlServer.Management.Common.ExecutionFailureException Microsoft.SqlServer.Management.Common.InvalidArgumentException Microsoft.SqlServer.Management.Common.InvalidPropertyValueException Microsoft.SqlServer.Management.Common.NotInTransactionException Microsoft.SqlServer.Management.Common.PropertyNotAvailableException Microsoft.SqlServer.Management.Common.PropertyNotSetException Microsoft.SqlServer.Management.Common.SqlServerManagementException Microsoft.SqlServer.Management.Common.TransferException

Microsoft.SqlServer.ConnectionInfoExtended
Microsoft.SqlServer.Management.Trace.SqlTraceException Microsoft.SqlServer.Management.Trace.SqlTraceFailToInstantiateTypeException Microsoft.SqlServer.Management.Trace.SqlTraceFailToLoadInstAPIAssemblyException

Microsoft.SqlServer.Dmf
Microsoft.SqlServer.Management.Dmf.AdapterAlreadyExistsException Microsoft.SqlServer.Management.Dmf.AdapterWrongNumberOfArgumentsException Microsoft.SqlServer.Management.Dmf.AssemblyAlreadyRegisteredException Microsoft.SqlServer.Management.Dmf.BadEventDataException Microsoft.SqlServer.Management.Dmf.BadExpressionTreeException Microsoft.SqlServer.Management.Dmf.ConflictingPropertyValuesException Microsoft.SqlServer.Management.Dmf.ConversionNotSupportedException Microsoft.SqlServer.Management.Dmf.DmfException Microsoft.SqlServer.Management.Dmf.ExpressionNodeConfigurationException Microsoft.SqlServer.Management.Dmf.ExpressionNodeNotConfigurableException Microsoft.SqlServer.Management.Dmf.ExpressionNodeNotConfigurableOperatorException Microsoft.SqlServer.Management.Dmf.ExpressionSerializationException Microsoft.SqlServer.Management.Dmf.ExpressionTypeMistmatchException Microsoft.SqlServer.Management.Dmf.FailedOperationException

Microsoft.SqlServer.Management.Dmf.FunctionBadDatePartException Microsoft.SqlServer.Management.Dmf.FunctionNoServerException Microsoft.SqlServer.Management.Dmf.FunctionNotASmoObjectException Microsoft.SqlServer.Management.Dmf.FunctionTooManyColumnsException Microsoft.SqlServer.Management.Dmf.FunctionWrongArgumentsNumberException Microsoft.SqlServer.Management.Dmf.FunctionWrongArgumentTypeException Microsoft.SqlServer.Management.Dmf.FunctionWrongReturnTypeException Microsoft.SqlServer.Management.Dmf.InvalidInOperatorException Microsoft.SqlServer.Management.Dmf.InvalidOperandException Microsoft.SqlServer.Management.Dmf.MissingJobScheduleException Microsoft.SqlServer.Management.Dmf.MissingObjectException Microsoft.SqlServer.Management.Dmf.MissingPropertyException Microsoft.SqlServer.Management.Dmf.MissingTypeFacetAssociationException Microsoft.SqlServer.Management.Dmf.NonConfigurableReadOnlyPropertyException Microsoft.SqlServer.Management.Dmf.NonRetrievablePropertyException Microsoft.SqlServer.Management.Dmf.NoTargetSetEnabledException Microsoft.SqlServer.Management.Dmf.NullFacetException Microsoft.SqlServer.Management.Dmf.ObjectAlreadyExistsException Microsoft.SqlServer.Management.Dmf.ObjectValidationException Microsoft.SqlServer.Management.Dmf.OperatorNotApplicableException Microsoft.SqlServer.Management.Dmf.PolicyEvaluationException Microsoft.SqlServer.Management.Dmf.RestartPendingException Microsoft.SqlServer.Management.Dmf.RestartPendingException`1[T] Microsoft.SqlServer.Management.Dmf.StringPropertyTooLongException Microsoft.SqlServer.Management.Dmf.TargetSetCountMismatchException Microsoft.SqlServer.Management.Dmf.TypeConversionException Microsoft.SqlServer.Management.Dmf.UnsupportedObjectTypeException Microsoft.SqlServer.Management.Dmf.UnsupportedTargetSetForFacetException Microsoft.SqlServer.Management.Dmf.UnsupportedTypeException

Microsoft.SqlServer.Management.Collector
Microsoft.SqlServer.Management.Collector.CollectorException

Microsoft.SqlServer.Management.Dac
Microsoft.SqlServer.Management.Dac.ActionNotSupportedException Microsoft.SqlServer.Management.Dac.ConnectionNotSetException Microsoft.SqlServer.Management.Dac.DacException Microsoft.SqlServer.Management.Dac.DacExtractionException Microsoft.SqlServer.Management.Dac.DeploymentValidationException Microsoft.SqlServer.Management.Dac.DesignModeServerExtractException Microsoft.SqlServer.Management.Dac.ExtractValidationException

Microsoft.SqlServer.Management.Dac.FailedTargetSelectionException Microsoft.SqlServer.Management.Dac.InvalidaDACTypeCredentialsException Microsoft.SqlServer.Management.Dac.InvalidaDatabaseStateException Microsoft.SqlServer.Management.Dac.InvalidDatabaseExtractException Microsoft.SqlServer.Management.Dac.InvalidDatabaseStateForExtractException Microsoft.SqlServer.Management.Dac.InvalidInputException Microsoft.SqlServer.Management.Dac.MissingDacSchemaException Microsoft.SqlServer.Management.Dac.MissingExtractServerPermissionsException Microsoft.SqlServer.Management.Dac.MissingServerPermissionsException Microsoft.SqlServer.Management.Dac.MissingServerPermissionsForRePartException

Microsoft.SqlServer.Management.Sdk.Sfc
Microsoft.SqlServer.Management.Sdk.Sfc.EnumeratorException Microsoft.SqlServer.Management.Sdk.Sfc.InternalEnumeratorException Microsoft.SqlServer.Management.Sdk.Sfc.InvalidConfigurationFileEnumeratorException Microsoft.SqlServer.Management.Sdk.Sfc.InvalidPropertyUsageEnumeratorException Microsoft.SqlServer.Management.Sdk.Sfc.InvalidQueryExpressionEnumeratorException Microsoft.SqlServer.Management.Sdk.Sfc.InvalidVersionEnumeratorException Microsoft.SqlServer.Management.Sdk.Sfc.QueryNotSupportedEnumeratorException Microsoft.SqlServer.Management.Sdk.Sfc.ResultTypeNotSupportedEnumeratorException Microsoft.SqlServer.Management.Sdk.Sfc.SfcCRUDOperationFailedException Microsoft.SqlServer.Management.Sdk.Sfc.SfcDesignModeException Microsoft.SqlServer.Management.Sdk.Sfc.SfcEmptyXmlException Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidArgumentException Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidConnectionContextModeChangeException Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidKeyChainException Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidKeyException Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidMoveException Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidQueryExpressionException Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidRenameException Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidStateException Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidStreamException Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidXmlParentTypeException Microsoft.SqlServer.Management.Sdk.Sfc.SfcMetadataException Microsoft.SqlServer.Management.Sdk.Sfc.SfcMissingParentException Microsoft.SqlServer.Management.Sdk.Sfc.SfcNonSerializablePropertyException Microsoft.SqlServer.Management.Sdk.Sfc.SfcNonSerializableTypeException Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectInitializationException Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectNotFoundException Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectNotScriptableException Microsoft.SqlServer.Management.Sdk.Sfc.SfcPathConversionException Microsoft.SqlServer.Management.Sdk.Sfc.SfcPropertyNotSetException

Microsoft.SqlServer.Management.Sdk.Sfc.SfcPropertyReadOnlyException Microsoft.SqlServer.Management.Sdk.Sfc.SfcQueryConnectionUnavailableException Microsoft.SqlServer.Management.Sdk.Sfc.SfcSecurityException Microsoft.SqlServer.Management.Sdk.Sfc.SfcSerializationException Microsoft.SqlServer.Management.Sdk.Sfc.SfcSqlCeNotInstalledException Microsoft.SqlServer.Management.Sdk.Sfc.SfcUnregisteredXmlDomainException Microsoft.SqlServer.Management.Sdk.Sfc.SfcUnregisteredXmlTypeException Microsoft.SqlServer.Management.Sdk.Sfc.SfcUnsupportedVersionException Microsoft.SqlServer.Management.Sdk.Sfc.SfcUnsupportedVersionSerializationException Microsoft.SqlServer.Management.Sdk.Sfc.UnknownPropertyEnumeratorException Microsoft.SqlServer.Management.Sdk.Sfc.UnknownTypeEnumeratorException Microsoft.SqlServer.Management.Sdk.Sfc.XPathException

Microsoft.SqlServer.Management.Utility
Microsoft.SqlServer.Management.Utility.UtilityException

Microsoft.SqlServer.RegSvrEnum
Microsoft.SqlServer.Management.Smo.RegSvrEnum.RegisteredServerException

Microsoft.SqlServer.Replication
Microsoft.SqlServer.Replication.ComErrorException Microsoft.SqlServer.Replication.ConnectionFailureException Microsoft.SqlServer.Replication.FciException Microsoft.SqlServer.Replication.NativeSqlConnectionException Microsoft.SqlServer.Replication.OciException Microsoft.SqlServer.Replication.OSException Microsoft.SqlServer.Replication.ParameterValueOutOfRangeException Microsoft.SqlServer.Replication.PasswordWriteOnlyException Microsoft.SqlServer.Replication.ReplicationAgentContainerException Microsoft.SqlServer.Replication.ReplicationAgentContainerWithWatsonException Microsoft.SqlServer.Replication.ReplicationAgentException

Microsoft.SqlServer.Smo
Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException Microsoft.SqlServer.Management.Smo.FailedOperationException Microsoft.SqlServer.Management.Smo.InternalSmoErrorException Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException Microsoft.SqlServer.Management.Smo.InvalidVersionSmoOperationException Microsoft.SqlServer.Management.Smo.MissingObjectException

Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException Microsoft.SqlServer.Management.Smo.PropertyNotSetException Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException Microsoft.SqlServer.Management.Smo.PropertyWriteException Microsoft.SqlServer.Management.Smo.ServiceRequestException Microsoft.SqlServer.Management.Smo.SfcDependencyException Microsoft.SqlServer.Management.Smo.SmoException Microsoft.SqlServer.Management.Smo.UnknownPropertyException Microsoft.SqlServer.Management.Smo.UnsupportedEngineTypeException Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException Microsoft.SqlServer.Management.Smo.UnsupportedVersionException Microsoft.SqlServer.Management.Smo.WrongPropertyValueException

Microsoft.SqlServer.Types
Microsoft.SqlServer.Types.HierarchyIdException

Microsoft.SqlServer.ConnectionInfo
Microsoft.SqlServer.Management.Common.ChangePasswordFailureException Microsoft.SqlServer.Management.Common.ConnectionCannotBeChangedException Microsoft.SqlServer.Management.Common.ConnectionException Microsoft.SqlServer.Management.Common.ConnectionFailureException Microsoft.SqlServer.Management.Common.DisconnectedConnectionException Microsoft.SqlServer.Management.Common.ExecutionFailureException Microsoft.SqlServer.Management.Common.InvalidArgumentException Microsoft.SqlServer.Management.Common.InvalidPropertyValueException Microsoft.SqlServer.Management.Common.NotInTransactionException Microsoft.SqlServer.Management.Common.PropertyNotAvailableException Microsoft.SqlServer.Management.Common.PropertyNotSetException Microsoft.SqlServer.Management.Common.SqlServerManagementException Microsoft.SqlServer.Management.Common.TransferException

Microsoft.SqlServer.ConnectionInfoExtended
Microsoft.SqlServer.Management.Trace.SqlTraceException Microsoft.SqlServer.Management.Trace.SqlTraceFailToInstantiateTypeException Microsoft.SqlServer.Management.Trace.SqlTraceFailToLoadInstAPIAssemblyException

Microsoft.SqlServer.Dmf

Microsoft.SqlServer.Management.Dmf.AdapterAlreadyExistsException Microsoft.SqlServer.Management.Dmf.AdapterWrongNumberOfArgumentsException Microsoft.SqlServer.Management.Dmf.AssemblyAlreadyRegisteredException Microsoft.SqlServer.Management.Dmf.BadEventDataException Microsoft.SqlServer.Management.Dmf.BadExpressionTreeException Microsoft.SqlServer.Management.Dmf.ConflictingPropertyValuesException Microsoft.SqlServer.Management.Dmf.ConversionNotSupportedException Microsoft.SqlServer.Management.Dmf.DmfException Microsoft.SqlServer.Management.Dmf.ExpressionNodeConfigurationException Microsoft.SqlServer.Management.Dmf.ExpressionNodeNotConfigurableException Microsoft.SqlServer.Management.Dmf.ExpressionNodeNotConfigurableOperatorException Microsoft.SqlServer.Management.Dmf.ExpressionSerializationException Microsoft.SqlServer.Management.Dmf.ExpressionTypeMistmatchException Microsoft.SqlServer.Management.Dmf.FailedOperationException Microsoft.SqlServer.Management.Dmf.FunctionBadDatePartException Microsoft.SqlServer.Management.Dmf.FunctionNoServerException Microsoft.SqlServer.Management.Dmf.FunctionNotASmoObjectException Microsoft.SqlServer.Management.Dmf.FunctionTooManyColumnsException Microsoft.SqlServer.Management.Dmf.FunctionWrongArgumentsNumberException Microsoft.SqlServer.Management.Dmf.FunctionWrongArgumentTypeException Microsoft.SqlServer.Management.Dmf.FunctionWrongReturnTypeException Microsoft.SqlServer.Management.Dmf.InvalidInOperatorException Microsoft.SqlServer.Management.Dmf.InvalidOperandException Microsoft.SqlServer.Management.Dmf.MissingJobScheduleException Microsoft.SqlServer.Management.Dmf.MissingObjectException Microsoft.SqlServer.Management.Dmf.MissingPropertyException Microsoft.SqlServer.Management.Dmf.MissingTypeFacetAssociationException Microsoft.SqlServer.Management.Dmf.NonConfigurableReadOnlyPropertyException Microsoft.SqlServer.Management.Dmf.NonRetrievablePropertyException Microsoft.SqlServer.Management.Dmf.NoTargetSetEnabledException Microsoft.SqlServer.Management.Dmf.NullFacetException Microsoft.SqlServer.Management.Dmf.ObjectAlreadyExistsException Microsoft.SqlServer.Management.Dmf.ObjectValidationException Microsoft.SqlServer.Management.Dmf.OperatorNotApplicableException Microsoft.SqlServer.Management.Dmf.PolicyEvaluationException Microsoft.SqlServer.Management.Dmf.RestartPendingException Microsoft.SqlServer.Management.Dmf.RestartPendingException`1[T] Microsoft.SqlServer.Management.Dmf.StringPropertyTooLongException Microsoft.SqlServer.Management.Dmf.TargetSetCountMismatchException Microsoft.SqlServer.Management.Dmf.TypeConversionException Microsoft.SqlServer.Management.Dmf.UnsupportedObjectTypeException Microsoft.SqlServer.Management.Dmf.UnsupportedTargetSetForFacetException Microsoft.SqlServer.Management.Dmf.UnsupportedTypeException

Microsoft.SqlServer.Management.Collector
Microsoft.SqlServer.Management.Collector.CollectorException

Microsoft.SqlServer.Management.Dac
Microsoft.SqlServer.Management.Dac.ActionNotSupportedException Microsoft.SqlServer.Management.Dac.ConnectionNotSetException Microsoft.SqlServer.Management.Dac.DacException Microsoft.SqlServer.Management.Dac.DacExtractionException Microsoft.SqlServer.Management.Dac.DeploymentValidationException Microsoft.SqlServer.Management.Dac.DesignModeServerExtractException Microsoft.SqlServer.Management.Dac.ExtractValidationException Microsoft.SqlServer.Management.Dac.FailedTargetSelectionException Microsoft.SqlServer.Management.Dac.InvalidaDACTypeCredentialsException Microsoft.SqlServer.Management.Dac.InvalidaDatabaseStateException Microsoft.SqlServer.Management.Dac.InvalidDatabaseExtractException Microsoft.SqlServer.Management.Dac.InvalidDatabaseStateForExtractException Microsoft.SqlServer.Management.Dac.InvalidInputException Microsoft.SqlServer.Management.Dac.MissingDacSchemaException Microsoft.SqlServer.Management.Dac.MissingExtractServerPermissionsException Microsoft.SqlServer.Management.Dac.MissingServerPermissionsException Microsoft.SqlServer.Management.Dac.MissingServerPermissionsForRePartException

Microsoft.SqlServer.Management.Sdk.Sfc
Microsoft.SqlServer.Management.Sdk.Sfc.EnumeratorException Microsoft.SqlServer.Management.Sdk.Sfc.InternalEnumeratorException Microsoft.SqlServer.Management.Sdk.Sfc.InvalidConfigurationFileEnumeratorException Microsoft.SqlServer.Management.Sdk.Sfc.InvalidPropertyUsageEnumeratorException Microsoft.SqlServer.Management.Sdk.Sfc.InvalidQueryExpressionEnumeratorException Microsoft.SqlServer.Management.Sdk.Sfc.InvalidVersionEnumeratorException Microsoft.SqlServer.Management.Sdk.Sfc.QueryNotSupportedEnumeratorException Microsoft.SqlServer.Management.Sdk.Sfc.ResultTypeNotSupportedEnumeratorException Microsoft.SqlServer.Management.Sdk.Sfc.SfcCRUDOperationFailedException Microsoft.SqlServer.Management.Sdk.Sfc.SfcDesignModeException Microsoft.SqlServer.Management.Sdk.Sfc.SfcEmptyXmlException Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidArgumentException Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidConnectionContextModeChangeException Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidKeyChainException Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidKeyException Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidMoveException Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidQueryExpressionException

Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidRenameException Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidStateException Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidStreamException Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidXmlParentTypeException Microsoft.SqlServer.Management.Sdk.Sfc.SfcMetadataException Microsoft.SqlServer.Management.Sdk.Sfc.SfcMissingParentException Microsoft.SqlServer.Management.Sdk.Sfc.SfcNonSerializablePropertyException Microsoft.SqlServer.Management.Sdk.Sfc.SfcNonSerializableTypeException Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectInitializationException Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectNotFoundException Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectNotScriptableException Microsoft.SqlServer.Management.Sdk.Sfc.SfcPathConversionException Microsoft.SqlServer.Management.Sdk.Sfc.SfcPropertyNotSetException Microsoft.SqlServer.Management.Sdk.Sfc.SfcPropertyReadOnlyException Microsoft.SqlServer.Management.Sdk.Sfc.SfcQueryConnectionUnavailableException Microsoft.SqlServer.Management.Sdk.Sfc.SfcSecurityException Microsoft.SqlServer.Management.Sdk.Sfc.SfcSerializationException Microsoft.SqlServer.Management.Sdk.Sfc.SfcSqlCeNotInstalledException Microsoft.SqlServer.Management.Sdk.Sfc.SfcUnregisteredXmlDomainException Microsoft.SqlServer.Management.Sdk.Sfc.SfcUnregisteredXmlTypeException Microsoft.SqlServer.Management.Sdk.Sfc.SfcUnsupportedVersionException Microsoft.SqlServer.Management.Sdk.Sfc.SfcUnsupportedVersionSerializationException Microsoft.SqlServer.Management.Sdk.Sfc.UnknownPropertyEnumeratorException Microsoft.SqlServer.Management.Sdk.Sfc.UnknownTypeEnumeratorException Microsoft.SqlServer.Management.Sdk.Sfc.XPathException

Microsoft.SqlServer.Management.Utility
Microsoft.SqlServer.Management.Utility.UtilityException

Microsoft.SqlServer.RegSvrEnum
Microsoft.SqlServer.Management.Smo.RegSvrEnum.RegisteredServerException

Microsoft.SqlServer.Replication
Microsoft.SqlServer.Replication.ComErrorException Microsoft.SqlServer.Replication.ConnectionFailureException Microsoft.SqlServer.Replication.FciException Microsoft.SqlServer.Replication.NativeSqlConnectionException Microsoft.SqlServer.Replication.OciException Microsoft.SqlServer.Replication.OSException Microsoft.SqlServer.Replication.ParameterValueOutOfRangeException

Microsoft.SqlServer.Replication.PasswordWriteOnlyException Microsoft.SqlServer.Replication.ReplicationAgentContainerException Microsoft.SqlServer.Replication.ReplicationAgentContainerWithWatsonException Microsoft.SqlServer.Replication.ReplicationAgentException

Microsoft.SqlServer.Smo
Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException Microsoft.SqlServer.Management.Smo.FailedOperationException Microsoft.SqlServer.Management.Smo.InternalSmoErrorException Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException Microsoft.SqlServer.Management.Smo.InvalidVersionSmoOperationException Microsoft.SqlServer.Management.Smo.MissingObjectException Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException Microsoft.SqlServer.Management.Smo.PropertyNotSetException Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException Microsoft.SqlServer.Management.Smo.PropertyWriteException Microsoft.SqlServer.Management.Smo.ServiceRequestException Microsoft.SqlServer.Management.Smo.SfcDependencyException Microsoft.SqlServer.Management.Smo.SmoException Microsoft.SqlServer.Management.Smo.UnknownPropertyException Microsoft.SqlServer.Management.Smo.UnsupportedEngineTypeException Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException Microsoft.SqlServer.Management.Smo.UnsupportedVersionException Microsoft.SqlServer.Management.Smo.WrongPropertyValueException

Microsoft.SqlServer.Types
Microsoft.SqlServer.Types.HierarchyIdException

Microsoft.SqlServer.WebServiceTask
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebserviceTaskException

You might also like