InvalidDateException Summary Represents an invalid date exception. Description Represents an invalid date exception. Examples Example of how this exception might be encountered 12345678910import System;import System.Exceptions; try { double x = Double.NaN; new Date(x);}catch(InvalidDateException e) { Console.error(e);} Methods InvalidDateException (Constructor)Constructs a System.Exceptions.InvalidDateException object. Share HTML | BBCode | Direct Link