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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.