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

.NET Framework Security

See Also

Reference

ExtensibleServiceTypeNotValidException Class

ExtensibleServiceTypeNotValidException Overload

Microsoft.VisualStudio.Services.Client Namespace