4 references to ThrowCharOverflowException
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (4)
442
if (value < 0)
ThrowCharOverflowException
();
453
if (value < 0)
ThrowCharOverflowException
();
468
if (value > char.MaxValue)
ThrowCharOverflowException
();
477
if (value > char.MaxValue)
ThrowCharOverflowException
();