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
- LingerOption.cs
- AttachedPropertyBrowsableAttribute.cs
- ToolStripPanelRenderEventArgs.cs
- NativeWindow.cs
- LabelInfo.cs
- IndexerHelper.cs
- SqlDataSourceView.cs
- ProfileSettings.cs
- Rijndael.cs
- DesignerLinkAdapter.cs
- PositiveTimeSpanValidatorAttribute.cs
- CodeTryCatchFinallyStatement.cs
- PerformanceCounterPermissionAttribute.cs
- RepeatButtonAutomationPeer.cs
- FilterException.cs
- PrintEvent.cs
- UnsafeNativeMethods.cs
- Rect3D.cs
- ImageSourceValueSerializer.cs
- DataGridViewTopLeftHeaderCell.cs
- MetadataSource.cs
- FrameworkElementAutomationPeer.cs
- XmlNullResolver.cs
- DBSchemaRow.cs
- CheckoutException.cs
- TypeSystem.cs
- DefaultAssemblyResolver.cs
- AesManaged.cs
- NonPrimarySelectionGlyph.cs
- CurrencyWrapper.cs
- ByteKeyFrameCollection.cs
- CodeMethodInvokeExpression.cs
- UpdateCommand.cs
- figurelength.cs
- WindowsListBox.cs
- DESCryptoServiceProvider.cs
- Variable.cs
- LinkConverter.cs
- HMACSHA384.cs
- BinaryReader.cs
- ClientUrlResolverWrapper.cs
- HttpChannelBindingToken.cs
- CryptoApi.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- securitycriticaldata.cs
- ParameterToken.cs
- FileDialogCustomPlace.cs
- ProgressiveCrcCalculatingStream.cs
- RectConverter.cs
- Panel.cs
- Monitor.cs
- ListViewGroup.cs
- MenuAutomationPeer.cs
- TypeForwardedToAttribute.cs
- SqlDelegatedTransaction.cs
- XomlCompilerHelpers.cs
- WorkflowFileItem.cs
- ObjectQueryProvider.cs
- CompilationUnit.cs
- ToolBar.cs
- DelayedRegex.cs
- BooleanSwitch.cs
- DataSourceDescriptorCollection.cs
- PropertyToken.cs
- BaseDataBoundControl.cs
- AutomationPattern.cs
- ImageAnimator.cs
- Crc32Helper.cs
- TimeStampChecker.cs
- UnderstoodHeaders.cs
- GlyphCollection.cs
- DataTableClearEvent.cs
- DbCommandTree.cs
- EnterpriseServicesHelper.cs
- ChtmlTextWriter.cs
- EqualityComparer.cs
- NameValuePermission.cs
- _AuthenticationState.cs
- HtmlInputControl.cs
- ScriptResourceAttribute.cs
- RtfToXamlReader.cs
- SafeMILHandle.cs
- ProgressBarRenderer.cs
- SafeRightsManagementPubHandle.cs
- DesignerAutoFormatCollection.cs
- DataObjectSettingDataEventArgs.cs
- Int32AnimationBase.cs
- HyperLinkDataBindingHandler.cs
- ParameterElement.cs
- MinimizableAttributeTypeConverter.cs
- XamlSerializerUtil.cs
- DataServiceRequestOfT.cs
- KeySpline.cs
- ImageCollectionCodeDomSerializer.cs
- DecimalFormatter.cs
- TargetPerspective.cs
- TextEditorCopyPaste.cs
- Speller.cs
- CacheDependency.cs
- PersonalizationStateInfo.cs