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

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PipelineModuleStepContainer.cs
- SqlProfileProvider.cs
- StateDesigner.TransitionInfo.cs
- LocalizabilityAttribute.cs
- CheckBoxDesigner.cs
- ToolBarDesigner.cs
- StreamInfo.cs
- sapiproxy.cs
- ListMarkerSourceInfo.cs
- DispatcherHookEventArgs.cs
- Thread.cs
- GridErrorDlg.cs
- WinEventQueueItem.cs
- Listbox.cs
- ToolStripRenderer.cs
- figurelengthconverter.cs
- NameValueCache.cs
- xamlnodes.cs
- CircleHotSpot.cs
- CurrencyManager.cs
- HttpStaticObjectsCollectionBase.cs
- MemoryRecordBuffer.cs
- Misc.cs
- NumberFormatInfo.cs
- TextReader.cs
- BitmapEffectvisualstate.cs
- ResourceContainer.cs
- SortQuery.cs
- WebBrowserEvent.cs
- DataGridRelationshipRow.cs
- DrawingCollection.cs
- SQLRoleProvider.cs
- HandleInitializationContext.cs
- OpCodes.cs
- IndexExpression.cs
- GenericRootAutomationPeer.cs
- FileDialogPermission.cs
- ResXBuildProvider.cs
- SqlCachedBuffer.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- InstalledFontCollection.cs
- CodePageUtils.cs
- PrintDialog.cs
- DbUpdateCommandTree.cs
- OutOfMemoryException.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- IInstanceContextProvider.cs
- IntSecurity.cs
- ListViewContainer.cs
- AutoCompleteStringCollection.cs
- ScriptingJsonSerializationSection.cs
- MatrixAnimationUsingPath.cs
- ArcSegment.cs
- DoubleLinkListEnumerator.cs
- AlphabetConverter.cs
- ObjectSerializerFactory.cs
- SiteMap.cs
- SmtpException.cs
- userdatakeys.cs
- ApplicationDirectoryMembershipCondition.cs
- MetadataItem.cs
- HtmlImageAdapter.cs
- CustomBindingElement.cs
- TableCellCollection.cs
- LingerOption.cs
- DesignerTransaction.cs
- SafeHandle.cs
- HybridWebProxyFinder.cs
- DeleteMemberBinder.cs
- xsdvalidator.cs
- AnonymousIdentificationSection.cs
- Property.cs
- VectorAnimation.cs
- LogStore.cs
- StructuralCache.cs
- SafeHandle.cs
- SupportingTokenDuplexChannel.cs
- SelectorAutomationPeer.cs
- WaitHandleCannotBeOpenedException.cs
- DynamicDataRouteHandler.cs
- AssociatedControlConverter.cs
- SpecialNameAttribute.cs
- Pool.cs
- ArgumentException.cs
- GridViewEditEventArgs.cs
- ColorTranslator.cs
- Vector3D.cs
- PageCatalogPart.cs
- StringFreezingAttribute.cs
- AssemblyLoader.cs
- RenderingEventArgs.cs
- GridItemPattern.cs
- MemberProjectedSlot.cs
- FormsAuthenticationConfiguration.cs
- Accessible.cs
- RepeatBehaviorConverter.cs
- XsltArgumentList.cs
- Rule.cs
- HtmlTernaryTree.cs
- ListDesigner.cs