Naveen

Naveen

  • 1.5k
  • 147
  • 9.3k

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)