I\'m not sure why I\'m getting this error, but shouldn\'t this code compile, since I\'m already checking to see if queue is getting initialized?
public stat
The compiler doesn't know that Environment.Exit() does not return. Why not just "return" from Main()?