Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SingleTagSectionHandler.cs
- CodeNamespaceCollection.cs
- PagedDataSource.cs
- TextModifier.cs
- UiaCoreTypesApi.cs
- SapiRecognizer.cs
- LexicalChunk.cs
- GeneralTransformGroup.cs
- Automation.cs
- initElementDictionary.cs
- QilSortKey.cs
- ping.cs
- URI.cs
- SkewTransform.cs
- PageFunction.cs
- CellQuery.cs
- HandleExceptionArgs.cs
- User.cs
- InternalSafeNativeMethods.cs
- SplashScreen.cs
- RadioButton.cs
- RadioButtonAutomationPeer.cs
- Region.cs
- IdnElement.cs
- SatelliteContractVersionAttribute.cs
- ListViewGroupCollectionEditor.cs
- DesignerWidgets.cs
- RequestCacheManager.cs
- WebPageTraceListener.cs
- ILGen.cs
- StorageEndPropertyMapping.cs
- RequestQueryProcessor.cs
- _AutoWebProxyScriptWrapper.cs
- ToolStripPanelCell.cs
- ScrollBar.cs
- CacheChildrenQuery.cs
- TextBoxAutomationPeer.cs
- WebDescriptionAttribute.cs
- Effect.cs
- Command.cs
- EmbeddedMailObjectsCollection.cs
- ExpressionPrefixAttribute.cs
- TypeDescriptionProviderAttribute.cs
- WebPartUtil.cs
- peersecuritysettings.cs
- VBIdentifierName.cs
- DoubleCollection.cs
- SQLDateTime.cs
- WindowsHyperlink.cs
- DateTimeFormatInfoScanner.cs
- StructuralObject.cs
- RuntimeCompatibilityAttribute.cs
- MetadataSource.cs
- ArglessEventHandlerProxy.cs
- EditBehavior.cs
- FixedTextView.cs
- ThreadPool.cs
- OutOfProcStateClientManager.cs
- XappLauncher.cs
- Stylesheet.cs
- CodeGroup.cs
- ObsoleteAttribute.cs
- DataGrid.cs
- IPHostEntry.cs
- NavigationPropertyEmitter.cs
- SubMenuStyleCollection.cs
- WindowsListViewGroup.cs
- InkCanvasFeedbackAdorner.cs
- GridToolTip.cs
- FrameDimension.cs
- Thumb.cs
- CompoundFileStorageReference.cs
- XmlSchemaGroupRef.cs
- Scene3D.cs
- ProcessInputEventArgs.cs
- DataSvcMapFile.cs
- CustomError.cs
- CodeNamespaceImport.cs
- SchemaTableOptionalColumn.cs
- ApplicationCommands.cs
- Tokenizer.cs
- FontInfo.cs
- CroppedBitmap.cs
- SqlResolver.cs
- ZoneButton.cs
- CodePageEncoding.cs
- WebPartDisplayModeCollection.cs
- UriScheme.cs
- UnsafeMethods.cs
- EditorZone.cs
- ScrollEvent.cs
- AppDomainShutdownMonitor.cs
- ElementsClipboardData.cs
- PrimarySelectionAdorner.cs
- CompModSwitches.cs
- AccessedThroughPropertyAttribute.cs
- LazyInitializer.cs
- ContentElement.cs
- SelectionEditingBehavior.cs
- ListSortDescription.cs