3
Answers

An unhandled exception of type 'System.ArgumentNullException' occurred

Naveen

Naveen

1y
485
1

An unhandled exception of type 'System.ArgumentNullException' occurred in mscorlib.dll

Additional information: Value cannot be null.

for this:

  var flags = uint.Parse((string)checkedRadioButton.Tag, System.Globalization.NumberStyles.HexNumber);

Answers (3)