'New' cannot be used on a type parameter that does not have a 'New' constraint

Error message appears in code similar to below:

Class MyClass(Of T As MyTypeBase)

    Public MySub
        Dim myObj As New T
    End Sub
    
End Class

Solution: