Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Sys / System / Configuration / SettingsPropertyNotFoundException.cs / 1 / 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
- TimeoutHelper.cs
- x509store.cs
- ToolStripItem.cs
- PaperSource.cs
- AttachmentService.cs
- UserControlAutomationPeer.cs
- TextStore.cs
- FormsAuthenticationModule.cs
- DrawListViewItemEventArgs.cs
- GlyphingCache.cs
- StructuredTypeInfo.cs
- DbSetClause.cs
- BindValidator.cs
- X509ChainElement.cs
- BindingBase.cs
- SystemResourceKey.cs
- VisualBrush.cs
- EntityClientCacheKey.cs
- WebPartCloseVerb.cs
- InkCollectionBehavior.cs
- RepeatBehavior.cs
- XmlDictionaryReaderQuotas.cs
- DefaultAuthorizationContext.cs
- DbProviderManifest.cs
- AuthenticationModuleElementCollection.cs
- DocumentPageView.cs
- Lease.cs
- GeneratedCodeAttribute.cs
- NominalTypeEliminator.cs
- BuildProvidersCompiler.cs
- RelationshipNavigation.cs
- TextParagraphView.cs
- TargetInvocationException.cs
- DataFormats.cs
- GcHandle.cs
- FormViewPageEventArgs.cs
- EdgeModeValidation.cs
- HyperLinkField.cs
- QilInvokeLateBound.cs
- EncryptedData.cs
- GraphicsContext.cs
- FindCriteriaApril2005.cs
- ObjectMaterializedEventArgs.cs
- PartitionResolver.cs
- ContentAlignmentEditor.cs
- InvalidOleVariantTypeException.cs
- ToolStripSplitStackLayout.cs
- ParagraphVisual.cs
- XmlName.cs
- KeyInfo.cs
- _ProxyChain.cs
- DES.cs
- DataServiceRequest.cs
- ToolStripPanelRenderEventArgs.cs
- HopperCache.cs
- WindowsSidIdentity.cs
- ConfigurationManagerHelperFactory.cs
- FrugalList.cs
- Point.cs
- SerializationObjectManager.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- UnmanagedMarshal.cs
- QilExpression.cs
- SelectingProviderEventArgs.cs
- AddInControllerImpl.cs
- CompilerTypeWithParams.cs
- SynchronizationContext.cs
- ObjectDataSourceSelectingEventArgs.cs
- MetadataStore.cs
- ContentElement.cs
- AppDomainCompilerProxy.cs
- InkCanvasSelection.cs
- CombinedGeometry.cs
- MenuAdapter.cs
- DataGridViewEditingControlShowingEventArgs.cs
- CreateInstanceBinder.cs
- StoreAnnotationsMap.cs
- DynamicActionMessageFilter.cs
- DependencyObjectType.cs
- XmlSerializationWriter.cs
- FixedSOMPageConstructor.cs
- TTSVoice.cs
- DES.cs
- ManagementOperationWatcher.cs
- SiteMapHierarchicalDataSourceView.cs
- PropertyFilter.cs
- safePerfProviderHandle.cs
- DesigntimeLicenseContext.cs
- TransformPattern.cs
- PrimitiveXmlSerializers.cs
- BamlLocalizer.cs
- DoubleLink.cs
- CustomCredentialPolicy.cs
- TextPointerBase.cs
- HybridDictionary.cs
- HtmlForm.cs
- PrimitiveCodeDomSerializer.cs
- DBPropSet.cs
- ProcessProtocolHandler.cs
- DataTemplate.cs