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
- RestHandlerFactory.cs
- ClientTarget.cs
- FixedFindEngine.cs
- HandlerFactoryWrapper.cs
- OletxDependentTransaction.cs
- ApplicationId.cs
- BinaryNode.cs
- ThicknessAnimation.cs
- TimeSpanValidatorAttribute.cs
- ToolStripItemCollection.cs
- TablePatternIdentifiers.cs
- WebBrowserContainer.cs
- StrongNameIdentityPermission.cs
- ChannelParameterCollection.cs
- TrackingServices.cs
- EncoderExceptionFallback.cs
- httpserverutility.cs
- MenuEventArgs.cs
- DbExpressionBuilder.cs
- TaskFormBase.cs
- D3DImage.cs
- BezierSegment.cs
- DataTableReaderListener.cs
- TranslateTransform3D.cs
- XamlTypeMapper.cs
- MergablePropertyAttribute.cs
- ClientRuntimeConfig.cs
- Parsers.cs
- InvalidPrinterException.cs
- InvokeMethodActivityDesigner.cs
- TextBoxRenderer.cs
- WorkflowMessageEventArgs.cs
- MessagePropertyFilter.cs
- StaticExtension.cs
- OverlappedAsyncResult.cs
- DependencyProperty.cs
- ObjectDataSource.cs
- BitmapMetadataBlob.cs
- MessageQueuePermissionAttribute.cs
- Lasso.cs
- XmlSchemaComplexType.cs
- AutoSizeComboBox.cs
- StylusButton.cs
- OdbcFactory.cs
- BinaryReader.cs
- DataSourceHelper.cs
- StateMachineExecutionState.cs
- ApplicationManager.cs
- Atom10FeedFormatter.cs
- Number.cs
- FlowLayout.cs
- DataGridViewColumnEventArgs.cs
- TraceContextEventArgs.cs
- XmlUtil.cs
- WebEventTraceProvider.cs
- TextOnlyOutput.cs
- EventMappingSettingsCollection.cs
- PrefixHandle.cs
- PersistenceTypeAttribute.cs
- NumericUpDown.cs
- CodeThrowExceptionStatement.cs
- StateDesignerConnector.cs
- querybuilder.cs
- DecimalAnimationUsingKeyFrames.cs
- SapiRecoInterop.cs
- BitVec.cs
- CapabilitiesAssignment.cs
- Win32Exception.cs
- DataGridViewColumnHeaderCell.cs
- FontSource.cs
- CompilerTypeWithParams.cs
- WinFormsSpinner.cs
- EdmProperty.cs
- XmlNode.cs
- DbException.cs
- GridViewRowPresenter.cs
- BindingWorker.cs
- EmptyCollection.cs
- SystemIPv6InterfaceProperties.cs
- ExtractedStateEntry.cs
- StylusButtonCollection.cs
- Stack.cs
- ImageBrush.cs
- SqlLiftIndependentRowExpressions.cs
- TypeListConverter.cs
- NavigationEventArgs.cs
- EnlistmentTraceIdentifier.cs
- MailWriter.cs
- StateFinalizationDesigner.cs
- TypeBuilder.cs
- XmlNamespaceManager.cs
- ClientTarget.cs
- HandlerBase.cs
- ValidatingPropertiesEventArgs.cs
- Brushes.cs
- ChannelSinkStacks.cs
- GridToolTip.cs
- DataSourceControl.cs
- DSGeneratorProblem.cs
- MenuAutomationPeer.cs