Imports System Module CharacterLiteral Sub Main() Try Dim f As Char="""c Catch e As Exception End Try End Sub End Module