'AddressOf' expression cannot be converted to '<typename>' because type '<typename>' is declared 'MustInherit' and cannot be created
A statement attempts to convert an AddressOf
expression to a type that can only be a base class and cannot be used to create an instance.
The AddressOf
operator creates a procedure delegate instance that references a specific procedure.
Error ID: BC30939
- Assign the
AddressOf
expression to a specific delegate type.
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.
.NET feedback
.NET is an open source project. Select a link to provide feedback: