テキストボックスに負の値を入力すると、次のようなエラーが発生しますUnhandled Exception: System.OverflowException: Value was either too large or too small for a UInt32.
これが私のコードです:
UInt32 n = Convert.ToUInt32(textBox2.Text);
if (n > 0)
//code
else
//code