InvalidProxyException Class

Represents the invalid proxy exception.

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

Syntax

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

Inheritance Hierarchy

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

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

InvalidProxyException Members

Microsoft.Data.Schema.Extensibility Namespace