9 lines
448 B
C#
Raw Normal View History

//------------------------------------------------------------------------------
// <copyright file="TimeZoneNotFoundException.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//------------------------------------------------------------------------------
// type moved to mscorlib.dll
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.TimeZoneNotFoundException))]