Mono Class Library: System.NotFiniteNumberException Overview | Members

System.NotFiniteNumberException.OffendingNumber Property

Gets the value of the argument that caused the current Exception.

public double OffendingNumber { get; }

Value

A double that contains the invalid value.

Remarks

This property is read-only.

The NotFiniteNumberException.OffendingNumber property returns the same value as was passed into the constructor, or zero if no value was supplied.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0