Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
'Class_Initialize' event is no longer supported. Use 'Sub New' to initialize a class.
The Class_Initialize
event of previous versions of Visual Basic is replaced by class constructors.
By default, this message is a warning. For information on hiding warnings or treating warnings as errors, see Configuring Warnings in Visual Basic.
Error ID: BC42001
To correct this error
- Declare one or more
Sub
procedures namedNew
to initialize a class.Sub New
is called when a class instance is newly created.
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.