Naveen

Naveen

  • 1.6k
  • 158
  • 11.2k

An unhandled exception of type 'System.ArgumentNullException' occurred

Feb 8 2024 5:08 AM

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)