InvalidNumberException Summary Represents an invalid number exception. Description Represents an invalid number exception. Examples Example of how this exception might be encountered 123456789import System;import System.Exceptions; try { double x = Double.fromStringOrThrow("abc");}catch(InvalidNumberException e) { Console.error(e);} Methods InvalidNumberException (Constructor)Constructs a System.Exceptions.InvalidNumberException object. Share HTML | BBCode | Direct Link