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
- TaskFormBase.cs
- FrameworkObject.cs
- WebResourceAttribute.cs
- OpCellTreeNode.cs
- LayoutUtils.cs
- Activity.cs
- NegatedCellConstant.cs
- DataGridViewColumnStateChangedEventArgs.cs
- QueryOutputWriter.cs
- CornerRadius.cs
- activationcontext.cs
- ComplexTypeEmitter.cs
- ToolboxDataAttribute.cs
- MdImport.cs
- BoolExpr.cs
- TreeNodeEventArgs.cs
- HostedNamedPipeTransportManager.cs
- AssemblyInfo.cs
- CompilationLock.cs
- VisualProxy.cs
- X509ChainElement.cs
- StrokeCollectionConverter.cs
- VirtualPath.cs
- FloaterParaClient.cs
- Decimal.cs
- WebPartExportVerb.cs
- VersionUtil.cs
- SimpleMailWebEventProvider.cs
- XmlBoundElement.cs
- XmlILAnnotation.cs
- XmlCharacterData.cs
- TraceLevelStore.cs
- QueueProcessor.cs
- Serializer.cs
- WebPartConnectionCollection.cs
- WmpBitmapEncoder.cs
- SerializationEventsCache.cs
- WebServiceEnumData.cs
- ArrayConverter.cs
- ImageCodecInfo.cs
- GetImportFileNameRequest.cs
- SubclassTypeValidatorAttribute.cs
- AccessibilityHelperForXpWin2k3.cs
- EventHandlers.cs
- ComponentResourceManager.cs
- UIAgentAsyncEndRequest.cs
- ExceptionRoutedEventArgs.cs
- SafeSystemMetrics.cs
- VisualState.cs
- TypeSystemProvider.cs
- DbProviderSpecificTypePropertyAttribute.cs
- ConfigUtil.cs
- AttachedPropertyMethodSelector.cs
- ChannelEndpointElement.cs
- StatusCommandUI.cs
- LowerCaseStringConverter.cs
- AutomationPattern.cs
- InstanceDataCollectionCollection.cs
- PrintPreviewGraphics.cs
- CodeCompiler.cs
- PreviewPageInfo.cs
- WebBrowser.cs
- CodeCatchClause.cs
- RuntimeComponentFilter.cs
- CategoryNameCollection.cs
- BitVector32.cs
- OdbcConnection.cs
- XmlSecureResolver.cs
- InteropEnvironment.cs
- SemanticAnalyzer.cs
- DES.cs
- ObjectAnimationBase.cs
- WebContext.cs
- UserNameSecurityTokenProvider.cs
- Timeline.cs
- TextDecorationCollection.cs
- ValueSerializer.cs
- UnhandledExceptionEventArgs.cs
- TextViewDesigner.cs
- XamlPoint3DCollectionSerializer.cs
- LinqDataSourceEditData.cs
- ImageBrush.cs
- SchemaNames.cs
- CacheEntry.cs
- ScaleTransform3D.cs
- DataBinder.cs
- FrameworkElement.cs
- Visual3D.cs
- FontCacheLogic.cs
- InputProcessorProfiles.cs
- ImageList.cs
- PermissionListSet.cs
- WebControl.cs
- BufferedWebEventProvider.cs
- recordstatefactory.cs
- Permission.cs
- TemplateComponentConnector.cs
- HandlerBase.cs
- XNodeSchemaApplier.cs
- DataGridViewRowStateChangedEventArgs.cs