9 lines
446 B
C#
9 lines
446 B
C#
|
//------------------------------------------------------------------------------
|
||
|
// <copyright file="InvalidTimeZoneException.cs" company="Microsoft">
|
||
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||
|
// </copyright>
|
||
|
//------------------------------------------------------------------------------
|
||
|
|
||
|
// type moved to mscorlib.dll
|
||
|
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.InvalidTimeZoneException))]
|