InvalidProxyException.FailedProxyType Property

Gets or sets the failed proxy type.

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

Syntax

'Declaration
Public Property FailedProxyType As Type
    Get
    Set
'Usage
Dim instance As InvalidProxyException
Dim value As Type

value = instance.FailedProxyType

instance.FailedProxyType = value
public Type FailedProxyType { get; set; }
public:
property Type^ FailedProxyType {
    Type^ get ();
    void set (Type^ value);
}
function get FailedProxyType () : Type
function set FailedProxyType (value : Type)
member FailedProxyType : Type with get, set

Property Value

Type: System.Type

.NET Framework Security

See Also

Reference

InvalidProxyException Class

InvalidProxyException Members

Microsoft.Data.Schema.Extensibility Namespace