Simple question, how do you force the C# compiler to throw a compilation error.
Update: Perhaps it\'s better to use an Assert.Fail() instead?
Assert.Fail()
Simple Answer: Ask it to compile something syntactically invalid.