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
- ManifestBasedResourceGroveler.cs
- Int32RectValueSerializer.cs
- GridViewSelectEventArgs.cs
- FileStream.cs
- WindowsAuthenticationModule.cs
- PersistChildrenAttribute.cs
- FragmentQueryProcessor.cs
- UrlAuthorizationModule.cs
- WindowsProgressbar.cs
- SecurityContext.cs
- RegexWorker.cs
- TypeConverterValueSerializer.cs
- ApplicationFileParser.cs
- DtcInterfaces.cs
- Debugger.cs
- _IPv4Address.cs
- TemplateControlParser.cs
- uribuilder.cs
- HtmlControlPersistable.cs
- CustomErrorsSectionWrapper.cs
- WebPartCloseVerb.cs
- HMACSHA256.cs
- CreateUserWizardDesigner.cs
- SafeReversePInvokeHandle.cs
- ConfigXmlSignificantWhitespace.cs
- PresentationAppDomainManager.cs
- GlyphShapingProperties.cs
- ErrorHandler.cs
- ToggleProviderWrapper.cs
- Inflater.cs
- SoundPlayer.cs
- validationstate.cs
- LogLogRecord.cs
- BinHexEncoder.cs
- SerTrace.cs
- SystemSounds.cs
- RIPEMD160.cs
- ContextMenu.cs
- _HeaderInfoTable.cs
- ThumbAutomationPeer.cs
- XmlSchemaValidationException.cs
- Vector3DAnimation.cs
- XmlQueryRuntime.cs
- MbpInfo.cs
- PackWebResponse.cs
- TableLayoutColumnStyleCollection.cs
- XmlNodeList.cs
- MonthChangedEventArgs.cs
- SqlPersonalizationProvider.cs
- BrowserCapabilitiesCodeGenerator.cs
- WebPartDisplayModeEventArgs.cs
- SimpleBitVector32.cs
- GridLengthConverter.cs
- ReflectionUtil.cs
- ToolStripContainer.cs
- TableCell.cs
- XmlHelper.cs
- IgnoreFileBuildProvider.cs
- SendDesigner.xaml.cs
- PrePostDescendentsWalker.cs
- TransformDescriptor.cs
- AuthenticatedStream.cs
- PartialArray.cs
- ToolBarDesigner.cs
- FilterableAttribute.cs
- ReliableRequestSessionChannel.cs
- ObjectDataSourceFilteringEventArgs.cs
- GenerateTemporaryTargetAssembly.cs
- ReaderOutput.cs
- AdjustableArrowCap.cs
- WorkerProcess.cs
- oledbconnectionstring.cs
- DataSet.cs
- LineServicesCallbacks.cs
- ListSortDescriptionCollection.cs
- HtmlEmptyTagControlBuilder.cs
- DataSourceView.cs
- NativeMethodsCLR.cs
- TagPrefixCollection.cs
- ClientSettingsSection.cs
- EnumBuilder.cs
- Msmq4PoisonHandler.cs
- ExeContext.cs
- TreeNode.cs
- RadioButtonFlatAdapter.cs
- RemoteWebConfigurationHost.cs
- AncillaryOps.cs
- PrintDialog.cs
- ServiceContractDetailViewControl.cs
- DecoderBestFitFallback.cs
- ScaleTransform3D.cs
- BaseConfigurationRecord.cs
- SapiRecognizer.cs
- DefaultWorkflowSchedulerService.cs
- SynchronizedDispatch.cs
- ToolCreatedEventArgs.cs
- FeatureSupport.cs
- ProcessInputEventArgs.cs
- TypefaceMap.cs
- PersistChildrenAttribute.cs