Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / TimeZoneNotFoundException.cs / 1305376 / TimeZoneNotFoundException.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System {
using System.Runtime.Serialization;
using System.Runtime.CompilerServices;
[Serializable]
[TypeForwardedFrom("System.Core, Version=3.5.0.0, Culture=Neutral, PublicKeyToken=b77a5c561934e089")]
[System.Security.Permissions.HostProtection(MayLeakOnAbort = true)]
public class TimeZoneNotFoundException : Exception {
public TimeZoneNotFoundException(String message)
: base(message) { }
public TimeZoneNotFoundException(String message, Exception innerException)
: base(message, innerException) { }
[System.Security.SecuritySafeCritical] // auto-generated
protected TimeZoneNotFoundException(SerializationInfo info, StreamingContext context)
: base(info, context) { }
public TimeZoneNotFoundException() { }
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System {
using System.Runtime.Serialization;
using System.Runtime.CompilerServices;
[Serializable]
[TypeForwardedFrom("System.Core, Version=3.5.0.0, Culture=Neutral, PublicKeyToken=b77a5c561934e089")]
[System.Security.Permissions.HostProtection(MayLeakOnAbort = true)]
public class TimeZoneNotFoundException : Exception {
public TimeZoneNotFoundException(String message)
: base(message) { }
public TimeZoneNotFoundException(String message, Exception innerException)
: base(message, innerException) { }
[System.Security.SecuritySafeCritical] // auto-generated
protected TimeZoneNotFoundException(SerializationInfo info, StreamingContext context)
: base(info, context) { }
public TimeZoneNotFoundException() { }
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TextRange.cs
- SqlDataAdapter.cs
- ExtentKey.cs
- ObjectQuery_EntitySqlExtensions.cs
- SiteMapDataSourceView.cs
- HttpCachePolicyElement.cs
- Pair.cs
- SynchronizationContext.cs
- DATA_BLOB.cs
- SqlUtils.cs
- JsonReaderWriterFactory.cs
- SettingsAttributeDictionary.cs
- HwndSourceParameters.cs
- CmsUtils.cs
- AQNBuilder.cs
- ReflectionServiceProvider.cs
- SiteMapNode.cs
- DataGridViewCellFormattingEventArgs.cs
- Translator.cs
- URLString.cs
- InternalSafeNativeMethods.cs
- XmlSerializableServices.cs
- PrintPageEvent.cs
- ZipQueryOperator.cs
- ApplicationDirectoryMembershipCondition.cs
- future.cs
- NotCondition.cs
- ProfileSection.cs
- LinkDescriptor.cs
- HttpInputStream.cs
- SHA384.cs
- ProxyHelper.cs
- MailMessage.cs
- DictionaryMarkupSerializer.cs
- MediaPlayer.cs
- DeleteHelper.cs
- Page.cs
- XmlNotation.cs
- PeerObject.cs
- COM2TypeInfoProcessor.cs
- InheritanceContextHelper.cs
- ValidationSummary.cs
- ApplyImportsAction.cs
- Helper.cs
- WebPartActionVerb.cs
- CodeTypeOfExpression.cs
- HotCommands.cs
- WorkflowServiceHostFactory.cs
- MetadataUtilsSmi.cs
- IdnElement.cs
- QueryCreatedEventArgs.cs
- ProcessThread.cs
- ImageCollectionCodeDomSerializer.cs
- EntityDataSourceUtil.cs
- ContentDesigner.cs
- EmptyImpersonationContext.cs
- LogicalChannel.cs
- TextTreeText.cs
- LogEntrySerializer.cs
- BasePattern.cs
- NumberFormatter.cs
- OrderedDictionary.cs
- TimeoutConverter.cs
- DataGridViewCellStateChangedEventArgs.cs
- SubpageParaClient.cs
- CodeLinePragma.cs
- Base64Decoder.cs
- SponsorHelper.cs
- SqlDataAdapter.cs
- Literal.cs
- CommandValueSerializer.cs
- TimelineClockCollection.cs
- Menu.cs
- ClientFormsIdentity.cs
- SafeHandles.cs
- CalendarButtonAutomationPeer.cs
- MembershipUser.cs
- Path.cs
- HttpInputStream.cs
- SystemGatewayIPAddressInformation.cs
- TypeElement.cs
- Vector3DCollection.cs
- FontUnitConverter.cs
- SHA1Managed.cs
- GetCertificateRequest.cs
- PassportPrincipal.cs
- XmlNodeList.cs
- DataGridViewColumnCollection.cs
- CodeBlockBuilder.cs
- WorkflowClientDeliverMessageWrapper.cs
- ChannelDemuxer.cs
- DLinqTableProvider.cs
- Monitor.cs
- OrderedDictionaryStateHelper.cs
- WebPermission.cs
- UnmanagedMarshal.cs
- LogManagementAsyncResult.cs
- UnsafeNativeMethodsMilCoreApi.cs
- PreviewPageInfo.cs
- NavigationCommands.cs