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.
The #Region block must be declared at a class, module, or namespace level. A collapsible region can include one or more procedures, but it cannot begin or end inside of a procedure.
Error ID: BC32025
To correct this error
Ensure that the preceding procedure is properly terminated with an End Function or End Sub statement.
Ensure that the #Region and #End Region directives are in the same code block.