Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
A call to New() occurs after the first statement of a constructor. If one constructor calls another explicitly, it must do so in the first statement following the Sub New() statement.
Error ID: BC30282
To correct this error
- Remove the call to New(), or move it to the beginning of the constructor.