NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

NotFiniteNumberException Class

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

Remarks

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.

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

NotFiniteNumberException Members | System Namespace