InvalidDatabaseSchemaProviderException Class

Represents the invalid database schema provider exception.

Namespace:  Microsoft.Data.Schema.Extensibility
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class InvalidDatabaseSchemaProviderException _
    Inherits DataSchemaException
'Usage
Dim instance As InvalidDatabaseSchemaProviderException
[SerializableAttribute]
public sealed class InvalidDatabaseSchemaProviderException : DataSchemaException
[SerializableAttribute]
public ref class InvalidDatabaseSchemaProviderException sealed : public DataSchemaException
public final class InvalidDatabaseSchemaProviderException extends DataSchemaException
[<SealedAttribute>]
[<SerializableAttribute>]
type InvalidDatabaseSchemaProviderException =  
    class
        inherit DataSchemaException
    end

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.Data.Schema.DataSchemaException
      Microsoft.Data.Schema.Extensibility.InvalidDatabaseSchemaProviderException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

InvalidDatabaseSchemaProviderException Members

Microsoft.Data.Schema.Extensibility Namespace