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