System.FormatException

  • Thread starter Thread starter Marcus Vinícius
  • Start date Start date
M

Marcus Vinícius

Hi Guys,

When I trying to execute this code,

insGrupo = Nothing
insGrupo = New Grupo(Short.Parse(0), TxtGrCoCodi.Text)


occurs the following error

System.FormatException: Sequence of entrance was not in a incorrect format.


Somebody knows what it can be this error?
 
Back
Top