Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- _TLSstream.cs
- BaseAddressPrefixFilterElement.cs
- TemplateGroupCollection.cs
- RenderTargetBitmap.cs
- dataobject.cs
- VectorAnimation.cs
- PenCursorManager.cs
- HTTPNotFoundHandler.cs
- NativeCppClassAttribute.cs
- DispatcherExceptionFilterEventArgs.cs
- UndoManager.cs
- ItemContainerPattern.cs
- SQLConvert.cs
- Cursor.cs
- CngProperty.cs
- HtmlTable.cs
- DescendentsWalker.cs
- StateMachineHistory.cs
- SystemException.cs
- ProxyGenerationError.cs
- DesignerToolStripControlHost.cs
- PropertyGroupDescription.cs
- SourceElementsCollection.cs
- XPathNavigatorKeyComparer.cs
- FormsAuthenticationUser.cs
- TcpConnectionPoolSettings.cs
- PerformanceCounterPermission.cs
- PermissionRequestEvidence.cs
- TransactionsSectionGroup.cs
- IsolatedStoragePermission.cs
- DocumentPageTextView.cs
- ControlCommandSet.cs
- Hash.cs
- StorageEndPropertyMapping.cs
- PropertySet.cs
- StateManagedCollection.cs
- DictionaryEntry.cs
- sqlnorm.cs
- XslUrlEditor.cs
- ModuleConfigurationInfo.cs
- ScriptControl.cs
- ExpressionBuilder.cs
- PasswordRecovery.cs
- CacheEntry.cs
- NonVisualControlAttribute.cs
- SoapAttributeAttribute.cs
- DispatchChannelSink.cs
- JoinCqlBlock.cs
- Relationship.cs
- _DisconnectOverlappedAsyncResult.cs
- MetadataException.cs
- DecimalAnimationBase.cs
- TileModeValidation.cs
- EdmEntityTypeAttribute.cs
- TextContainerHelper.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- XmlSchemaInfo.cs
- MessageDecoder.cs
- PagesChangedEventArgs.cs
- HtmlTableCellCollection.cs
- NavigationFailedEventArgs.cs
- Message.cs
- DefaultValueTypeConverter.cs
- TemplateInstanceAttribute.cs
- HostingEnvironmentException.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- PartialCachingAttribute.cs
- TextStore.cs
- ImageCodecInfo.cs
- CqlParserHelpers.cs
- EntityDescriptor.cs
- EventHandlersStore.cs
- HttpServerVarsCollection.cs
- InputLanguageManager.cs
- DragCompletedEventArgs.cs
- FunctionImportMapping.cs
- BulletedList.cs
- SharedPerformanceCounter.cs
- CryptoApi.cs
- FileRecordSequence.cs
- DynamicDocumentPaginator.cs
- HideDisabledControlAdapter.cs
- Parser.cs
- XsltException.cs
- NotFiniteNumberException.cs
- ManagementBaseObject.cs
- ResXBuildProvider.cs
- BridgeDataReader.cs
- AbandonedMutexException.cs
- Profiler.cs
- XamlSerializerUtil.cs
- EventNotify.cs
- InkPresenter.cs
- DataRelation.cs
- MemberInfoSerializationHolder.cs
- ContextMenuAutomationPeer.cs
- DataGridRowClipboardEventArgs.cs
- FormatStringEditor.cs
- ReadOnlyHierarchicalDataSourceView.cs
- ControlCachePolicy.cs