5 references to NotFiniteNumberException
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\ErrObject.vb (2)
381
Dim exNotFiniteNumber As
NotFiniteNumberException
= CType(e,
NotFiniteNumberException
)
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
372
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
NotFiniteNumberException
))]
netstandard (1)
netstandard.cs (1)
1325
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
NotFiniteNumberException
))]
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
364
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
NotFiniteNumberException
))]