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
- FileDialog_Vista_Interop.cs
- KeyboardDevice.cs
- TextContainerChangedEventArgs.cs
- EntityConnection.cs
- ReadOnlyDictionary.cs
- AttachmentService.cs
- SpellerInterop.cs
- DependencySource.cs
- CollectionsUtil.cs
- TextBoxDesigner.cs
- DesignOnlyAttribute.cs
- DataGridViewCheckBoxColumn.cs
- TextRunCache.cs
- SortKey.cs
- RadialGradientBrush.cs
- HttpListenerException.cs
- SQLByteStorage.cs
- SuppressIldasmAttribute.cs
- AuthorizationSection.cs
- CompositeFontInfo.cs
- Activator.cs
- StringToken.cs
- HiddenFieldPageStatePersister.cs
- DataSourceBooleanViewSchemaConverter.cs
- SelectionRangeConverter.cs
- WebPartZone.cs
- DispatcherHookEventArgs.cs
- ToolZone.cs
- DataControlFieldCollection.cs
- RuntimeEnvironment.cs
- TextParagraphView.cs
- PolicyDesigner.cs
- PeerName.cs
- DBParameter.cs
- SqlParameterizer.cs
- ElementNotAvailableException.cs
- HierarchicalDataBoundControl.cs
- XmlBindingWorker.cs
- RuntimeResourceSet.cs
- DataReaderContainer.cs
- QilNode.cs
- WebPartEventArgs.cs
- OdbcCommandBuilder.cs
- CodeMemberEvent.cs
- OpacityConverter.cs
- Interlocked.cs
- DiscoveryClientChannelFactory.cs
- ClientTarget.cs
- _AcceptOverlappedAsyncResult.cs
- FigureParagraph.cs
- ErrorsHelper.cs
- ToolBarPanel.cs
- DynamicControl.cs
- BulletChrome.cs
- PathFigureCollectionValueSerializer.cs
- CompositeKey.cs
- TextModifierScope.cs
- FileSystemWatcher.cs
- SQLByte.cs
- EntityRecordInfo.cs
- DefinitionBase.cs
- RotateTransform.cs
- ResolveNameEventArgs.cs
- NativeMethods.cs
- _SslState.cs
- DynamicDocumentPaginator.cs
- BaseDataListPage.cs
- GraphicsContainer.cs
- AggregateNode.cs
- XmlSignificantWhitespace.cs
- ButtonPopupAdapter.cs
- TypeEnumerableViewSchema.cs
- HttpStreamXmlDictionaryReader.cs
- RootBrowserWindow.cs
- TransferRequestHandler.cs
- Parser.cs
- ScriptingProfileServiceSection.cs
- _TransmitFileOverlappedAsyncResult.cs
- clipboard.cs
- URLEditor.cs
- Model3D.cs
- UniqueEventHelper.cs
- InvokeWebService.cs
- RoleGroup.cs
- AvtEvent.cs
- DataSourceControlBuilder.cs
- DbCommandTree.cs
- XDRSchema.cs
- TextTrailingCharacterEllipsis.cs
- ServiceBuildProvider.cs
- DeliveryRequirementsAttribute.cs
- SecureConversationSecurityTokenParameters.cs
- SourceSwitch.cs
- BamlTreeUpdater.cs
- DataTablePropertyDescriptor.cs
- WebBrowserHelper.cs
- SrgsElement.cs
- WindowsFormsHostAutomationPeer.cs
- XPathNode.cs
- DataKey.cs