InvalidTimeZoneException.cs 446 B

12345678
  1. //------------------------------------------------------------------------------
  2. // <copyright file="InvalidTimeZoneException.cs" company="Microsoft">
  3. // Copyright (c) Microsoft Corporation. All rights reserved.
  4. // </copyright>
  5. //------------------------------------------------------------------------------
  6. // type moved to mscorlib.dll
  7. [assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.InvalidTimeZoneException))]