Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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