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
74errMsg = errMsg & "#A6 Case statement not working with Select Expression of type Single" & vbCrLf
80errMsg = errMsg & "#A7 Case statement not working with Select Expression of type double" & vbCrLf
89errMsg = errMsg & "#A8 Case statement not working with Select Expression of type String" & vbCrLf
94errMsg = errMsg & "#A8 Case statement not working with Select Expression of type String" & vbCrLf
100errMsg = errMsg & "#A9 Case statement not working with Select Expression of type Char" & vbCrLf
112errMsg = errMsg & "#A10 Case statement not working with Select Expression of type Object" & vbCrLf
118errMsg = errMsg & "#A11 Case statement not working with Select Expression of type DateTime" & vbCr…
123errMsg = errMsg & "#A11 Case statement not working with Select Expression of type DateTime" & vbCr…
126 If (errMsg <> "") Then
127 Throw New Exception(errMsg)