Development VB.Net

Imports System
Module ExitTest
    Sub Main()
        Environment.Exit(2)
    End Sub
End Module