Lines Matching refs:errMsg

15         Dim errMsg As String = ""
21errMsg = errMsg & "#A1 Case statement not working with Select Expression of type byte " & vbCrLf
26errMsg = errMsg & "#A1 Case statement not working with Select Expression of type byte" & vbCrLf
32errMsg = errMsg & "#A2 Case statement not working with Select Expression of type Short" & vbCrLf
34errMsg = errMsg & "#A2 Case statement not working with Select Expression of type Short" & vbCrLf
43errMsg = errMsg & "#A3 Case statement not working with Select Expression of type Integer" & vbCrLf
45errMsg = errMsg & "#A3 Case statement not working with Select Expression of type Integer" & vbCrLf
51errMsg = errMsg & "#A4 Case statement not working with Select Expression of type Long" & vbCrLf
60errMsg = errMsg & "#A5 Case statement not working with Select Expression of type Decimal" & vbCrLf
72errMsg = errMsg & "#A6 Case statement not working with Select Expression of type Single" & vbCrLf
78errMsg = errMsg & "#A7 Case statement not working with Select Expression of type double" & vbCrLf
90errMsg = errMsg & "#A8 Case statement not working with Select Expression of type String" & vbCrLf
99errMsg = errMsg & "#A9 Case statement not working with Select Expression of type Char" & vbCrLf
108errMsg = errMsg & "#A10 Case statement not working with Select Expression of type Object" & vbCrLf
114errMsg = errMsg & "#A11 Case statement not working with Select Expression of type DateTime" & vbCr…
119errMsg = errMsg & "#A11 Case statement not working with Select Expression of type DateTime" & vbCr…
122 If (errMsg <> "") Then
123 Throw New Exception(errMsg)