Tag - OverflowException

C# Keywords Tutorial Part 90: unchecked

Strongly typed C# has several safety measures to aid in preventing runtime problems. It could be required to disable these safety safeguards and permit uncontrolled arithmetic operations in some circumstances, though. The term "unchecked" is useful in this situation. The "unchecked" keyword is used to designate that no overflow checking should be done during an...