System.InvalidProgramException : Common Language Runtime detected an invalid program
method like this:
public int Apply(string language) {
if(language != null)
try {
return 1;
} finally {
}
return 0;
}