Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ //// 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
- SafeRightsManagementSessionHandle.cs
- TextHintingModeValidation.cs
- Timer.cs
- MetadataPropertyvalue.cs
- FaultDesigner.cs
- TypeUsageBuilder.cs
- StateManagedCollection.cs
- TreeIterator.cs
- ProfileGroupSettings.cs
- DeviceContexts.cs
- validationstate.cs
- AdapterUtil.cs
- WindowsAuthenticationEventArgs.cs
- AnnotationStore.cs
- PerformanceCounterCategory.cs
- GeneralTransform.cs
- FreezableCollection.cs
- CryptoStream.cs
- XmlSchemaSubstitutionGroup.cs
- XmlWriterDelegator.cs
- SymLanguageVendor.cs
- TextRangeAdaptor.cs
- SafeRightsManagementHandle.cs
- HttpCapabilitiesBase.cs
- OutputCacheSection.cs
- CurrentChangingEventArgs.cs
- LostFocusEventManager.cs
- SoapBinding.cs
- PermissionAttributes.cs
- PropertyContainer.cs
- ListControlDesigner.cs
- HttpDebugHandler.cs
- ConstNode.cs
- AsymmetricKeyExchangeFormatter.cs
- TrustLevelCollection.cs
- ExpressionBuilderContext.cs
- ITextView.cs
- OdbcInfoMessageEvent.cs
- Registry.cs
- XamlInt32CollectionSerializer.cs
- UnhandledExceptionEventArgs.cs
- SelectionHighlightInfo.cs
- StandardBindingElement.cs
- ElementProxy.cs
- ParallelTimeline.cs
- ToolStripItemImageRenderEventArgs.cs
- LogFlushAsyncResult.cs
- ObjectPersistData.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- FileFormatException.cs
- DefaultTypeArgumentAttribute.cs
- DataServiceClientException.cs
- TriggerAction.cs
- AnnotationResourceChangedEventArgs.cs
- GeometryGroup.cs
- TextParaClient.cs
- HandleValueEditor.cs
- ViewStateModeByIdAttribute.cs
- XPathNodeHelper.cs
- PaperSize.cs
- TrackBarRenderer.cs
- DataSourceCacheDurationConverter.cs
- FixedBufferAttribute.cs
- DesignerTransaction.cs
- SafeNativeMethodsOther.cs
- ISAPIApplicationHost.cs
- NegationPusher.cs
- RegionData.cs
- SendDesigner.xaml.cs
- XmlDocument.cs
- OutputScopeManager.cs
- WindowsEditBox.cs
- StringAttributeCollection.cs
- GifBitmapDecoder.cs
- SiteMapDataSource.cs
- Activator.cs
- MouseBinding.cs
- HttpServerVarsCollection.cs
- DataColumnCollection.cs
- XmlWrappingWriter.cs
- BinaryObjectWriter.cs
- TraceUtility.cs
- HtmlProps.cs
- WebPartZoneBase.cs
- SmtpMail.cs
- Main.cs
- PropertyGrid.cs
- DesignerView.cs
- DecoderBestFitFallback.cs
- DropShadowBitmapEffect.cs
- TreeSet.cs
- PointConverter.cs
- ZipIOLocalFileDataDescriptor.cs
- HandlerFactoryCache.cs
- InputScopeAttribute.cs
- InternalRelationshipCollection.cs
- ParentQuery.cs
- ContractComponent.cs
- ResXResourceReader.cs
- FigureParaClient.cs