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
- DiagnosticStrings.cs
- WebPartTransformer.cs
- SqlDependencyListener.cs
- MergablePropertyAttribute.cs
- DataSourceControl.cs
- ExpressionsCollectionConverter.cs
- SettingsSection.cs
- HttpModulesInstallComponent.cs
- _ConnectOverlappedAsyncResult.cs
- ParameterReplacerVisitor.cs
- WebServiceResponseDesigner.cs
- XmlSchemaImporter.cs
- ToolStripRendererSwitcher.cs
- HttpRequest.cs
- SQLInt32Storage.cs
- CodeSnippetStatement.cs
- Crypto.cs
- DocumentReference.cs
- xdrvalidator.cs
- DrawingVisual.cs
- HwndHostAutomationPeer.cs
- EventBuilder.cs
- CompressStream.cs
- MetadataSource.cs
- TransformCryptoHandle.cs
- CollectionView.cs
- UrlPath.cs
- Bitmap.cs
- MouseActionValueSerializer.cs
- PathGeometry.cs
- NamespaceList.cs
- AQNBuilder.cs
- SyntaxCheck.cs
- MenuBase.cs
- SaveCardRequest.cs
- AnnouncementInnerClient11.cs
- VisualBrush.cs
- ContainerParagraph.cs
- SessionStateContainer.cs
- Int16KeyFrameCollection.cs
- InputBindingCollection.cs
- NativeWindow.cs
- ConfigurationPropertyCollection.cs
- PropertyGridView.cs
- ResourceDescriptionAttribute.cs
- EntityModelBuildProvider.cs
- ResourceDescriptionAttribute.cs
- ViewUtilities.cs
- _UriSyntax.cs
- ObjectResult.cs
- NameValueCollection.cs
- ScopelessEnumAttribute.cs
- ConstrainedDataObject.cs
- ValidatorCollection.cs
- DependencyPropertyAttribute.cs
- SevenBitStream.cs
- TraversalRequest.cs
- RegionData.cs
- Viewport3DVisual.cs
- MediaContext.cs
- odbcmetadatacolumnnames.cs
- SynchronizedInputAdaptor.cs
- BulletChrome.cs
- CssTextWriter.cs
- AdvancedBindingEditor.cs
- InputMethod.cs
- PenContexts.cs
- SHA256.cs
- QilFunction.cs
- RegularExpressionValidator.cs
- TableProviderWrapper.cs
- FileDialog.cs
- RectangleF.cs
- StretchValidation.cs
- mda.cs
- ContractMapping.cs
- Geometry.cs
- LogEntryHeaderv1Deserializer.cs
- ReferencedAssembly.cs
- TitleStyle.cs
- ContextToken.cs
- InvalidFilterCriteriaException.cs
- QuaternionKeyFrameCollection.cs
- TempFiles.cs
- InputScope.cs
- StrokeNodeOperations2.cs
- EventBindingService.cs
- RecordsAffectedEventArgs.cs
- SamlAssertionDirectKeyIdentifierClause.cs
- HintTextMaxWidthConverter.cs
- PersonalizationStateInfo.cs
- RowsCopiedEventArgs.cs
- PermissionToken.cs
- Separator.cs
- CodeCatchClauseCollection.cs
- ResourceReferenceKeyNotFoundException.cs
- ExtensionDataReader.cs
- SqlBooleanMismatchVisitor.cs
- Debug.cs
- TokenBasedSet.cs