2 instantiations of TimeZoneNotFoundException
mscorlib (2)
system\timezoneinfo.cs (2)
1957
throw new
TimeZoneNotFoundException
(Environment.GetResourceString("TimeZoneNotFound_MissingRegistryData", id));
1981
throw new
TimeZoneNotFoundException
(Environment.GetResourceString("TimeZoneNotFound_MissingRegistryData", id), e);
1 reference to TimeZoneNotFoundException
System.Core (1)
System\TimeZoneNotFoundException.cs (1)
8
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
TimeZoneNotFoundException
))]