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
- DataBindingList.cs
- InternalMappingException.cs
- QilInvoke.cs
- LogEntryDeserializer.cs
- DataListItem.cs
- CmsInterop.cs
- Stylesheet.cs
- OleDbCommandBuilder.cs
- Int64.cs
- WebServiceEndpoint.cs
- XmlSchemaImport.cs
- KnownBoxes.cs
- PathFigureCollection.cs
- SoapHttpTransportImporter.cs
- BitmapEffectGeneralTransform.cs
- ProvideValueServiceProvider.cs
- TextServicesCompartmentContext.cs
- PersonalizablePropertyEntry.cs
- ComplexPropertyEntry.cs
- TypefaceMetricsCache.cs
- WebSysDisplayNameAttribute.cs
- CompensationDesigner.cs
- SizeKeyFrameCollection.cs
- IdentifierCollection.cs
- Models.cs
- Point3D.cs
- ProfessionalColors.cs
- MatrixCamera.cs
- TextElementAutomationPeer.cs
- SqlLiftWhereClauses.cs
- ParameterRetriever.cs
- CryptoStream.cs
- CheckBox.cs
- ReferentialConstraint.cs
- CodeExpressionStatement.cs
- DataViewSetting.cs
- DataServiceRequest.cs
- ProfileProvider.cs
- ConfigurationSettings.cs
- ZoomPercentageConverter.cs
- WebBrowserUriTypeConverter.cs
- StructuralType.cs
- DataProtection.cs
- Stack.cs
- XamlTypeMapperSchemaContext.cs
- basemetadatamappingvisitor.cs
- HyperLink.cs
- Rect3D.cs
- FieldBuilder.cs
- IconConverter.cs
- WebPartManagerInternals.cs
- MetadataArtifactLoaderResource.cs
- StylusPointCollection.cs
- Simplifier.cs
- __FastResourceComparer.cs
- Calendar.cs
- ItemsPanelTemplate.cs
- Sql8ExpressionRewriter.cs
- PathSegmentCollection.cs
- PrivilegeNotHeldException.cs
- TriggerCollection.cs
- Wizard.cs
- __Error.cs
- MultiplexingFormatMapping.cs
- ApplicationInterop.cs
- TypedDataSetSchemaImporterExtension.cs
- EventRoute.cs
- ReflectTypeDescriptionProvider.cs
- UIElementAutomationPeer.cs
- AsyncPostBackErrorEventArgs.cs
- MemberHolder.cs
- ConfigWriter.cs
- NavigatorInput.cs
- DataSysAttribute.cs
- DragStartedEventArgs.cs
- GlyphShapingProperties.cs
- QilPatternFactory.cs
- SQLMoney.cs
- RadioButtonStandardAdapter.cs
- DbConnectionOptions.cs
- CollectionDataContract.cs
- ISO2022Encoding.cs
- PrePrepareMethodAttribute.cs
- HttpClientCertificate.cs
- HuffmanTree.cs
- Vars.cs
- DataContract.cs
- InkCanvasInnerCanvas.cs
- RowUpdatedEventArgs.cs
- DeviceContext.cs
- Typeface.cs
- ContentWrapperAttribute.cs
- HideDisabledControlAdapter.cs
- WriteableBitmap.cs
- SQLRoleProvider.cs
- XmlAttributeCache.cs
- AmbientProperties.cs
- ServiceMemoryGates.cs
- SvcMapFileLoader.cs
- _FtpControlStream.cs