MultipleExtensionsFoundException Class

Represents the multiple extensions found exception.

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

Syntax

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

Remarks

If the extension criteria defined for this extension interface says that only one extension is allowed and there are multiple extensions found for this extension interface, this exception will be thrown.

Inheritance Hierarchy

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

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

MultipleExtensionsFoundException Members

Microsoft.Data.Schema.Extensibility Namespace