Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Sys / System / Configuration / SettingsPropertyNotFoundException.cs / 1305376 / SettingsPropertyNotFoundException.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { using System.Collections.Specialized; using System.Runtime.Serialization; using System.Configuration.Provider; using System.Collections; //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// [Serializable] public class SettingsPropertyNotFoundException : Exception { public SettingsPropertyNotFoundException(String message) : base(message) { } public SettingsPropertyNotFoundException(String message, Exception innerException) : base(message, innerException) { } protected SettingsPropertyNotFoundException(SerializationInfo info, StreamingContext context) : base(info, context) { } public SettingsPropertyNotFoundException() { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { using System.Collections.Specialized; using System.Runtime.Serialization; using System.Configuration.Provider; using System.Collections; //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// [Serializable] public class SettingsPropertyNotFoundException : Exception { public SettingsPropertyNotFoundException(String message) : base(message) { } public SettingsPropertyNotFoundException(String message, Exception innerException) : base(message, innerException) { } protected SettingsPropertyNotFoundException(SerializationInfo info, StreamingContext context) : base(info, context) { } public SettingsPropertyNotFoundException() { } } } // 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
- SqlVersion.cs
- TemplateField.cs
- SqlServices.cs
- CommentAction.cs
- HandlerFactoryWrapper.cs
- DataGridViewCellStyleChangedEventArgs.cs
- FilterableData.cs
- XmlWrappingReader.cs
- ClassValidator.cs
- MexServiceChannelBuilder.cs
- PropertyGridDesigner.cs
- BinaryExpressionHelper.cs
- webeventbuffer.cs
- DescendantQuery.cs
- TableCell.cs
- StatusBar.cs
- TransportReplyChannelAcceptor.cs
- Opcode.cs
- TouchesCapturedWithinProperty.cs
- OperationContractGenerationContext.cs
- HtmlMeta.cs
- ServicePointManager.cs
- StorageAssociationSetMapping.cs
- CreateUserWizardStep.cs
- WebPartMenuStyle.cs
- AsyncResult.cs
- WSSecurityPolicy12.cs
- VersionedStream.cs
- ToolStripContentPanel.cs
- XsdValidatingReader.cs
- ResourceContainer.cs
- PolyQuadraticBezierSegmentFigureLogic.cs
- StructuralComparisons.cs
- AuthenticationSection.cs
- DocumentApplicationJournalEntry.cs
- BulletedListDesigner.cs
- DiscoveryReference.cs
- TreeNodeStyle.cs
- Config.cs
- RecognizeCompletedEventArgs.cs
- PasswordBox.cs
- ScriptManagerProxy.cs
- InputLanguage.cs
- DataGridCaption.cs
- SID.cs
- NameValueFileSectionHandler.cs
- TypeInfo.cs
- DynamicMethod.cs
- Latin1Encoding.cs
- ProcessManager.cs
- MetadataArtifactLoaderComposite.cs
- TextParagraphProperties.cs
- ReadWriteSpinLock.cs
- HelpEvent.cs
- SubstitutionList.cs
- X509Utils.cs
- TraceUtility.cs
- Rect.cs
- ApplicationException.cs
- ToolStripRendererSwitcher.cs
- storagemappingitemcollection.viewdictionary.cs
- AmbientValueAttribute.cs
- Vector3DValueSerializer.cs
- SiteMapNodeCollection.cs
- DbFunctionCommandTree.cs
- GenericPrincipal.cs
- DrawListViewItemEventArgs.cs
- TrustManagerPromptUI.cs
- FullTextLine.cs
- EnumType.cs
- XmlDataProvider.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- EmbeddedMailObject.cs
- CodeGroup.cs
- AutomationPeer.cs
- PluralizationService.cs
- PropertyConverter.cs
- Queue.cs
- CompareInfo.cs
- ComplusEndpointConfigContainer.cs
- Subset.cs
- WebPartCloseVerb.cs
- EncoderExceptionFallback.cs
- BindingCompleteEventArgs.cs
- DataGridViewCell.cs
- DataControlButton.cs
- PointAnimationBase.cs
- ButtonChrome.cs
- ParagraphResult.cs
- TextElementEnumerator.cs
- ProcessThread.cs
- ColumnTypeConverter.cs
- PageVisual.cs
- HttpEncoderUtility.cs
- XmlDictionaryWriter.cs
- AncillaryOps.cs
- RowToFieldTransformer.cs
- BitmapEffect.cs
- ListBindingConverter.cs
- CodeVariableDeclarationStatement.cs