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
- DataGridCellClipboardEventArgs.cs
- CodeValidator.cs
- ArgumentException.cs
- WorkflowItemPresenter.cs
- BitmapFrameDecode.cs
- TypeBuilder.cs
- UnsafeNativeMethodsMilCoreApi.cs
- SwitchElementsCollection.cs
- codemethodreferenceexpression.cs
- RowParagraph.cs
- SchemaConstraints.cs
- AnnotationResourceChangedEventArgs.cs
- DetailsViewInsertEventArgs.cs
- NativeMethods.cs
- OdbcUtils.cs
- ConfigXmlCDataSection.cs
- WebResponse.cs
- ZipIOExtraFieldPaddingElement.cs
- ThreadExceptionDialog.cs
- ProxyOperationRuntime.cs
- COMException.cs
- InvocationExpression.cs
- RegularExpressionValidator.cs
- ItemsChangedEventArgs.cs
- TransformerTypeCollection.cs
- TextEditorMouse.cs
- DictionaryBase.cs
- SerializableAttribute.cs
- Expressions.cs
- SQLDecimalStorage.cs
- Parser.cs
- GeneralEndpointIdentity.cs
- EdmSchemaAttribute.cs
- ToolboxCategory.cs
- HybridObjectCache.cs
- _OSSOCK.cs
- MouseButton.cs
- jithelpers.cs
- XmlNavigatorStack.cs
- PersistenceParticipant.cs
- KeyManager.cs
- TagPrefixCollection.cs
- SourceChangedEventArgs.cs
- OleDbParameterCollection.cs
- TreeViewItem.cs
- SerializationFieldInfo.cs
- WpfWebRequestHelper.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- PrintPreviewDialog.cs
- InkCanvas.cs
- UnsafeNativeMethods.cs
- DataServiceOperationContext.cs
- RotateTransform3D.cs
- ChildrenQuery.cs
- LinearKeyFrames.cs
- AuthenticationModuleElementCollection.cs
- EmissiveMaterial.cs
- securitycriticaldata.cs
- ClaimSet.cs
- Executor.cs
- SpecialNameAttribute.cs
- HitTestParameters3D.cs
- Section.cs
- StaticExtensionConverter.cs
- MemberHolder.cs
- QilXmlReader.cs
- SoapInteropTypes.cs
- WrappedIUnknown.cs
- CommandHelpers.cs
- PersonalizationProvider.cs
- XmlEventCache.cs
- DrawingCollection.cs
- MetadataSource.cs
- LogicalExpressionTypeConverter.cs
- RestClientProxyHandler.cs
- OutputCacheProfile.cs
- ElementFactory.cs
- Serializer.cs
- indexingfiltermarshaler.cs
- Double.cs
- DebugView.cs
- EventSchemaTraceListener.cs
- ZipIOExtraFieldElement.cs
- SignatureResourcePool.cs
- ListViewAutomationPeer.cs
- ProcessModuleDesigner.cs
- Annotation.cs
- dataobject.cs
- TemplateContainer.cs
- BadImageFormatException.cs
- UserPreferenceChangingEventArgs.cs
- TabPageDesigner.cs
- SqlDataSourceSelectingEventArgs.cs
- ExpressionWriter.cs
- RenderDataDrawingContext.cs
- XhtmlTextWriter.cs
- Error.cs
- NestedContainer.cs
- wgx_exports.cs
- ObjectNotFoundException.cs