TimeZoneNotFoundException Constructor ()
.NET Framework (current version)
Initializes a new instance of the TimeZoneNotFoundException class with a system-supplied message.
Assembly: mscorlib (in mscorlib.dll)
This is the default constructor of the TimeZoneNotFoundException class. This constructor initializes the Message property of the new instance to a system-supplied message that describes the error, such as "The time zone 'timeZoneName' was not found on the local computer." This message is localized for the current system culture.
.NET Framework
Available since 3.5
Available since 3.5
Show: