ExtensibleServiceTypeNotRegisteredException Constructor (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 _
)
public ExtensibleServiceTypeNotRegisteredException(
Type managedType
)
public:
ExtensibleServiceTypeNotRegisteredException(
Type^ managedType
)
new :
managedType:Type -> ExtensibleServiceTypeNotRegisteredException
public function ExtensibleServiceTypeNotRegisteredException(
managedType : Type
)
Parameters
- managedType
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
ExtensibleServiceTypeNotRegisteredException Class