Hi,
I have a dataGridView with textBoxColumn. I have an Enum type with 3 values. The property ValueType is set to the enum
dataGridViewTex tBoxColumn1.Val ueType = typeof( EnumType );
But when I enter a value that is not in the Enum I get an Error Window that tells me that I am not handled exception in System.Enum.Par se(...). How can I handle this exception ( where??? ).
The Exception
I have a dataGridView with textBoxColumn. I have an Enum type with 3 values. The property ValueType is set to the enum
dataGridViewTex tBoxColumn1.Val ueType = typeof( EnumType );
But when I enter a value that is not in the Enum I get an Error Window that tells me that I am not handled exception in System.Enum.Par se(...). How can I handle this exception ( where??? ).
The Exception
Comment