I’m trying to inherit System.IO.StreamReader in to my class
But I’m getting an error “ Class ‘MyClass’ must declare a ‘Sub New’ because its base its class ‘StreamReader’ does not have an accessible ‘Sub New ‘ that can be called with no arguments.
Please help.Code:Imports System.IO Public Class Info Inherits StreamReader End Class![]()




Reply With Quote