InvalidTypeException Class

Represents the invalid type exception.

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

Syntax

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

Remarks

This exception is thrown on the failure to instantiate a helper type.

Inheritance Hierarchy

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

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

InvalidTypeException Members

Microsoft.Data.Schema.Extensibility Namespace