Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Sys / System / Configuration / SettingsPropertyIsReadOnlyException.cs / 1305376 / SettingsPropertyIsReadOnlyException.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 SettingsPropertyIsReadOnlyException : Exception { public SettingsPropertyIsReadOnlyException(String message) : base(message) { } public SettingsPropertyIsReadOnlyException(String message, Exception innerException) : base(message, innerException) { } protected SettingsPropertyIsReadOnlyException(SerializationInfo info, StreamingContext context) : base(info, context) { } public SettingsPropertyIsReadOnlyException() { } } } // 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
- ColorKeyFrameCollection.cs
- BrowserCapabilitiesFactoryBase.cs
- SafePipeHandle.cs
- RecommendedAsConfigurableAttribute.cs
- DataServiceHostFactory.cs
- Misc.cs
- ProjectionPath.cs
- Boolean.cs
- ICspAsymmetricAlgorithm.cs
- CustomErrorCollection.cs
- CookieProtection.cs
- Msec.cs
- HandlerWithFactory.cs
- SmtpNetworkElement.cs
- SessionEndingCancelEventArgs.cs
- CertificateManager.cs
- ExpressionUtilities.cs
- LocalizableAttribute.cs
- UnsafeNativeMethods.cs
- BitmapFrame.cs
- ApplicationSecurityManager.cs
- SymbolMethod.cs
- ProcessingInstructionAction.cs
- basecomparevalidator.cs
- _FixedSizeReader.cs
- Inflater.cs
- Fonts.cs
- Window.cs
- ChangesetResponse.cs
- UDPClient.cs
- SettingsSection.cs
- XmlReader.cs
- VarRemapper.cs
- SplitterPanel.cs
- GroupBoxRenderer.cs
- OrderedDictionary.cs
- ConfigurationSection.cs
- ElementHostAutomationPeer.cs
- DetailsViewAutoFormat.cs
- OletxTransactionHeader.cs
- LogWriteRestartAreaAsyncResult.cs
- HttpHandlerAction.cs
- SoapSchemaExporter.cs
- HttpConfigurationContext.cs
- RoutedEventArgs.cs
- EmptyStringExpandableObjectConverter.cs
- SqlCacheDependencySection.cs
- FlowSwitchDesigner.xaml.cs
- HandlerWithFactory.cs
- WebWorkflowRole.cs
- ObjectItemAttributeAssemblyLoader.cs
- X509Certificate2.cs
- DataGridCaption.cs
- SymbolDocumentGenerator.cs
- UserControlFileEditor.cs
- HttpListener.cs
- TypeResolvingOptionsAttribute.cs
- PageAdapter.cs
- GeneralTransform.cs
- SelectorAutomationPeer.cs
- LicenseProviderAttribute.cs
- CodeIdentifier.cs
- CreateUserWizardAutoFormat.cs
- DataGridViewCellParsingEventArgs.cs
- _emptywebproxy.cs
- ReversePositionQuery.cs
- TypeLibConverter.cs
- Operator.cs
- DynamicRouteExpression.cs
- SerializationHelper.cs
- PackageDigitalSignature.cs
- SqlClientMetaDataCollectionNames.cs
- GroupLabel.cs
- DataGridRowClipboardEventArgs.cs
- AutoGeneratedFieldProperties.cs
- MultipartIdentifier.cs
- ExpressionContext.cs
- ConnectionProviderAttribute.cs
- Message.cs
- BindingCompleteEventArgs.cs
- AttributeEmitter.cs
- XmlDataLoader.cs
- ExpressionConverter.cs
- SqlCommandSet.cs
- WebConfigurationHostFileChange.cs
- PageRanges.cs
- AutomationTextAttribute.cs
- PageSettings.cs
- Expression.cs
- ObjectReferenceStack.cs
- PackageFilter.cs
- OracleSqlParser.cs
- FormViewModeEventArgs.cs
- HtmlInputCheckBox.cs
- HiddenField.cs
- XmlSubtreeReader.cs
- X509Utils.cs
- XmlWriterDelegator.cs
- WebPartDisplayModeEventArgs.cs
- MsdtcWrapper.cs