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
- HtmlElementCollection.cs
- Package.cs
- DbDataReader.cs
- KeyTime.cs
- clipboard.cs
- ScriptResourceInfo.cs
- SchemaMerger.cs
- ComplexTypeEmitter.cs
- XmlSubtreeReader.cs
- MediaCommands.cs
- MethodToken.cs
- DataGridItem.cs
- ScriptManagerProxy.cs
- OleDbWrapper.cs
- NativeMethods.cs
- SqlServices.cs
- MediaElementAutomationPeer.cs
- ColorTypeConverter.cs
- XmlSerializerVersionAttribute.cs
- WebPartHelpVerb.cs
- DescriptionAttribute.cs
- Crc32.cs
- CharacterMetrics.cs
- HttpServerVarsCollection.cs
- HtmlDocument.cs
- COM2FontConverter.cs
- LinqDataSourceSelectEventArgs.cs
- ConversionValidationRule.cs
- OpacityConverter.cs
- ParsedAttributeCollection.cs
- SynchronizationHandlesCodeDomSerializer.cs
- TableStyle.cs
- X509RecipientCertificateServiceElement.cs
- Internal.cs
- CallbackException.cs
- Attributes.cs
- SystemPens.cs
- QuaternionConverter.cs
- EntityDataSourceStatementEditor.cs
- TextBreakpoint.cs
- VisualTreeUtils.cs
- ImageButton.cs
- compensatingcollection.cs
- BamlLocalizabilityResolver.cs
- GenerateScriptTypeAttribute.cs
- TraceSection.cs
- AutoGeneratedField.cs
- ToolStripContainer.cs
- AccessKeyManager.cs
- SqlXml.cs
- XmlSchemaElement.cs
- LoginName.cs
- KnownBoxes.cs
- DataFormat.cs
- ComAdminWrapper.cs
- NullableIntSumAggregationOperator.cs
- AccessControlEntry.cs
- RoutedEventConverter.cs
- PenContext.cs
- MemoryRecordBuffer.cs
- SeekableReadStream.cs
- CacheManager.cs
- AssemblySettingAttributes.cs
- IERequestCache.cs
- Helper.cs
- DataGridTable.cs
- EventlogProvider.cs
- BaseAsyncResult.cs
- MenuItem.cs
- WindowsPrincipal.cs
- LiteralTextContainerControlBuilder.cs
- XpsFilter.cs
- CacheDependency.cs
- InvalidPrinterException.cs
- BindingExpressionBase.cs
- IISMapPath.cs
- SQLDecimal.cs
- XmlSchemas.cs
- Types.cs
- SecondaryViewProvider.cs
- BamlCollectionHolder.cs
- UniqueSet.cs
- SqlDataSource.cs
- TypeConverterHelper.cs
- ListQueryResults.cs
- TextSelectionHelper.cs
- ButtonChrome.cs
- UnitySerializationHolder.cs
- InstrumentationTracker.cs
- OdbcReferenceCollection.cs
- StylusPlugin.cs
- TreeBuilder.cs
- NamespaceInfo.cs
- WebBrowser.cs
- TextLine.cs
- HotSpotCollection.cs
- RoutedCommand.cs
- ThreadStaticAttribute.cs
- ClientConvert.cs
- TdsParserStaticMethods.cs