You do´nt show the code statement for exception.
Are you cast SelectedValue or SelectedIndex ?
You can use the event SelectedIndexChanged or SelectedValueChanged. This is´nt important.
You can use MyComboBox.Items(MyComboBox.SelectedIndex)
or MyComboBox.SelectedValue
The second option is the recomended.