ExtensibleServiceTypeNotValidException Constructor (Type, Type)
Namespace: Microsoft.VisualStudio.Services.Client
Assembly: Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)
Syntax
'Declaration
Public Sub New ( _
managedType As Type, _
extensibleType As Type _
)
public ExtensibleServiceTypeNotValidException(
Type managedType,
Type extensibleType
)
public:
ExtensibleServiceTypeNotValidException(
Type^ managedType,
Type^ extensibleType
)
new :
managedType:Type *
extensibleType:Type -> ExtensibleServiceTypeNotValidException
public function ExtensibleServiceTypeNotValidException(
managedType : Type,
extensibleType : Type
)
Parameters
- managedType
Type: System.Type
- extensibleType
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.
See Also
Reference
ExtensibleServiceTypeNotValidException Class