Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TimeZoneNotFoundException Constructor ()

 

Initializes a new instance of the TimeZoneNotFoundException class with a system-supplied message.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

public:
TimeZoneNotFoundException()

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
Return to top
Show:
© 2017 Microsoft