Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Sys / System / Configuration / SettingsPropertyNotFoundException.cs / 1305376 / 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
- EncoderFallback.cs
- RequestCacheValidator.cs
- MatrixValueSerializer.cs
- ImageAutomationPeer.cs
- DataTableCollection.cs
- NetPipeSection.cs
- SessionStateSection.cs
- CustomError.cs
- ServiceModelConfigurationSectionGroup.cs
- SafeTokenHandle.cs
- TrustSection.cs
- SortDescriptionCollection.cs
- updatecommandorderer.cs
- PropertySegmentSerializer.cs
- CollectionViewSource.cs
- DictionaryEditChange.cs
- WSSecurityTokenSerializer.cs
- CTreeGenerator.cs
- SoapFormatterSinks.cs
- ProvidersHelper.cs
- PlainXmlDeserializer.cs
- CodeExporter.cs
- InfocardExtendedInformationCollection.cs
- ZipFileInfo.cs
- CalendarAutoFormat.cs
- CheckBoxField.cs
- ThemeableAttribute.cs
- ParallelTimeline.cs
- Separator.cs
- DesignTimeTemplateParser.cs
- LinqDataSourceDisposeEventArgs.cs
- PrinterUnitConvert.cs
- InternalBase.cs
- HttpRawResponse.cs
- Overlapped.cs
- ServiceHttpModule.cs
- InternalBufferOverflowException.cs
- Content.cs
- StylusPoint.cs
- DispatchWrapper.cs
- ClientConfigurationHost.cs
- infer.cs
- BufferedReadStream.cs
- TryCatchDesigner.xaml.cs
- ColorDialog.cs
- TextShapeableCharacters.cs
- PatternMatcher.cs
- DataGridComponentEditor.cs
- XmlSchemaSimpleTypeList.cs
- MobileDeviceCapabilitiesSectionHandler.cs
- SystemUdpStatistics.cs
- InvalidFilterCriteriaException.cs
- TypeToken.cs
- WindowsFormsSynchronizationContext.cs
- InvalidEnumArgumentException.cs
- RegistryConfigurationProvider.cs
- SByteStorage.cs
- ContextStack.cs
- WinFormsUtils.cs
- CallbackHandler.cs
- RenderData.cs
- PriorityBindingExpression.cs
- DataGridViewCellParsingEventArgs.cs
- Metafile.cs
- DataServiceHostFactory.cs
- WindowsGrip.cs
- ObservableCollection.cs
- ClientRoleProvider.cs
- ContainsRowNumberChecker.cs
- CqlLexer.cs
- MatcherBuilder.cs
- RegistryPermission.cs
- XmlIlGenerator.cs
- CodeDirectiveCollection.cs
- Choices.cs
- DbException.cs
- ScriptResourceDefinition.cs
- BypassElementCollection.cs
- AppDomainProtocolHandler.cs
- EncryptedKey.cs
- SpeechDetectedEventArgs.cs
- ControlBindingsConverter.cs
- Security.cs
- WindowsListView.cs
- WindowsAuthenticationModule.cs
- System.Data_BID.cs
- SqlMethodTransformer.cs
- X500Name.cs
- PartialTrustHelpers.cs
- Types.cs
- VectorValueSerializer.cs
- ItemDragEvent.cs
- Activity.cs
- LicenseException.cs
- TreeViewAutomationPeer.cs
- CodePrimitiveExpression.cs
- SelectionItemPattern.cs
- UpdatePanel.cs
- DesignerOptionService.cs
- ListViewItemEventArgs.cs