Navigation: X# Documentation > X# Compiler Errors and Warnings
Error XS9033
Init and Exit procedures cannot define parameters.
Init procedures and exit procedures are called by the runtime system and will not receive any parameters.
PROCEDURE RunAtStartup(a,b,c) _INIT1 RETURN