To display a double quote (") in the error message, both languages use a different format. In Visual
Basic, you need to double the quotes. In C#, you need to prefix the double quote with a backslash () to
escape the double quote. In both cases, a double quote character ends up in the error message.