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
- hresults.cs
- Bits.cs
- CatalogZoneBase.cs
- SafeNativeMethods.cs
- ImportedNamespaceContextItem.cs
- SmtpClient.cs
- ListViewInsertionMark.cs
- VirtualDirectoryMappingCollection.cs
- CookielessHelper.cs
- StrongName.cs
- HyperLinkStyle.cs
- MetadataWorkspace.cs
- StateBag.cs
- PeerCollaborationPermission.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- ItemContainerGenerator.cs
- ContentDefinition.cs
- ParseHttpDate.cs
- TypeUtil.cs
- LambdaCompiler.Address.cs
- ErrorWrapper.cs
- SmtpReplyReader.cs
- RelationshipEntry.cs
- InternalMappingException.cs
- CapiSymmetricAlgorithm.cs
- WebPartCatalogCloseVerb.cs
- util.cs
- Dynamic.cs
- MobileFormsAuthentication.cs
- DataControlImageButton.cs
- RequestNavigateEventArgs.cs
- AddInAdapter.cs
- PhysicalOps.cs
- XmlBaseWriter.cs
- Win32MouseDevice.cs
- CellPartitioner.cs
- RsaEndpointIdentity.cs
- OracleString.cs
- DependencyProperty.cs
- ContainerVisual.cs
- CodeLinePragma.cs
- FileFormatException.cs
- MaterializeFromAtom.cs
- DynamicUpdateCommand.cs
- UriScheme.cs
- OdbcConnectionFactory.cs
- CollectionChangedEventManager.cs
- AttributeCallbackBuilder.cs
- DebuggerAttributes.cs
- SQLBoolean.cs
- ClockController.cs
- DrawingContext.cs
- XMLDiffLoader.cs
- ExcludePathInfo.cs
- _AutoWebProxyScriptWrapper.cs
- StoreContentChangedEventArgs.cs
- DelegateSerializationHolder.cs
- HtmlWindow.cs
- ReflectTypeDescriptionProvider.cs
- DataComponentGenerator.cs
- BitmapEffectOutputConnector.cs
- HtmlInputReset.cs
- StylusEditingBehavior.cs
- FixedDSBuilder.cs
- SizeConverter.cs
- PersistenceException.cs
- GraphicsContainer.cs
- ListViewDeletedEventArgs.cs
- IndividualDeviceConfig.cs
- CodeStatement.cs
- ZipIOExtraFieldZip64Element.cs
- FrameworkContentElement.cs
- XmlSchemaElement.cs
- MergeFilterQuery.cs
- X509AudioLogo.cs
- ProviderCollection.cs
- ScriptManager.cs
- DataRow.cs
- WebPartManager.cs
- FrugalList.cs
- XmlAtomicValue.cs
- ScrollEvent.cs
- FormViewDeletedEventArgs.cs
- Queue.cs
- PagesChangedEventArgs.cs
- AppDomainGrammarProxy.cs
- WebSysDefaultValueAttribute.cs
- transactioncontext.cs
- SqlGenericUtil.cs
- ScrollProperties.cs
- EditorPartChrome.cs
- Activity.cs
- Sql8ConformanceChecker.cs
- DefaultValueConverter.cs
- SynchronizationContext.cs
- ToolStripPanelSelectionBehavior.cs
- StylusPlugInCollection.cs
- TextModifierScope.cs
- ListViewTableCell.cs
- TextRunTypographyProperties.cs