What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?



What is the reason of occurring overflow-underflow arithmetic exception error, it shows error messag..

Answer / Gaurav

An overflow-underflow arithmetic exception occurs when a mathematical operation results in a value that is too large or too small to be represented within the data type used for the operation. This can happen if you try to add or subtract very large numbers, perform operations on floating-point numbers with insufficient precision, or perform operations with values outside the valid range of a data type.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is the intermediate language between asp and asp.net1.0?

1 Answers  


How viewstate is being formed and how it is stored on client in .net?

1 Answers  


What is .NET Framework?

2 Answers  


how we can capture the value in textbox when selectedvluechanged event of gridview is fired

1 Answers  


What is exception handling?

1 Answers   Amazon,


How to produce an assembly?

1 Answers  


Which among the following two is best and why? Abstract Class and Interface. What is the major difference in between those two except the discrete methods and methods with function definition.

4 Answers   247Customer,


Name some of the languages .NET support?

3 Answers  


What is assembly in .net?

1 Answers  


What is PageIndex in DataGrid?What is the event used in the Datagrid for while moving from one page to another page in the Grid?write code for it

2 Answers  


What are the benefits of Model-View-Controller Architecture?

1 Answers  


What is STA in .NET?

1 Answers  


Categories