4 instantiations of InvalidTimeZoneException
mscorlib (4)
system\timezoneinfo.cs (4)
1975
throw new
InvalidTimeZoneException
(Environment.GetResourceString("InvalidTimeZone_InvalidRegistryData", id), e);
2969
throw new
InvalidTimeZoneException
(Environment.GetResourceString("Argument_AdjustmentRulesNoNulls"));
2977
throw new
InvalidTimeZoneException
(Environment.GetResourceString("ArgumentOutOfRange_UtcOffsetAndDaylightDelta"));
2983
throw new
InvalidTimeZoneException
(Environment.GetResourceString("Argument_AdjustmentRulesOutOfOrder"));
6 references to InvalidTimeZoneException
mscorlib (5)
system\timezoneinfo.cs (5)
1230
catch (
InvalidTimeZoneException
e) {
1917
catch (
InvalidTimeZoneException
) {}
1925
catch (
InvalidTimeZoneException
) {}
2830
catch (
InvalidTimeZoneException
ex) {
3635
catch (
InvalidTimeZoneException
ex) {
System.Core (1)
System\InvalidTimeZoneException.cs (1)
8
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
InvalidTimeZoneException
))]