Represents an exception that helps handle numbers that are not valid.
Object
Exception
SystemException
ArithmeticException
NotFiniteNumberException
[Visual Basic] Public Class NotFiniteNumberException Inherits ArithmeticException [C#] public class NotFiniteNumberException : ArithmeticException [C++] public __gc class NotFiniteNumberException : public ArithmeticException [JScript] public class NotFiniteNumberException extends ArithmeticException
The NotFiniteNumberException is the exception class that is thown when the numbers are not finite numbers, which are a set of mathematical elements that are capable of being completely counted.
NotFiniteNumberException inheirts from ArithmeticException.
Namespace: System
Assembly: mscorlib.dll