'Expected Exception:: InvalidCastException Imports System Imports Nunit.Framework _ Public Class LongLiteral1 _ Public Sub TestForException () Dim a As Long a="Hello" End Sub End Class