Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Sys / System / Configuration / SettingsPropertyNotFoundException.cs / 1 / SettingsPropertyNotFoundException.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 SettingsPropertyNotFoundException : Exception { public SettingsPropertyNotFoundException(String message) : base(message) { } public SettingsPropertyNotFoundException(String message, Exception innerException) : base(message, innerException) { } protected SettingsPropertyNotFoundException(SerializationInfo info, StreamingContext context) : base(info, context) { } public SettingsPropertyNotFoundException() { } } } // 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 SettingsPropertyNotFoundException : Exception { public SettingsPropertyNotFoundException(String message) : base(message) { } public SettingsPropertyNotFoundException(String message, Exception innerException) : base(message, innerException) { } protected SettingsPropertyNotFoundException(SerializationInfo info, StreamingContext context) : base(info, context) { } public SettingsPropertyNotFoundException() { } } } // 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
- ToolboxDataAttribute.cs
- DataGridBoolColumn.cs
- ScrollChrome.cs
- UdpTransportBindingElement.cs
- ToolStripArrowRenderEventArgs.cs
- MsmqIntegrationBindingElement.cs
- MultiTrigger.cs
- WmlSelectionListAdapter.cs
- KeyTime.cs
- WindowsPen.cs
- FormsAuthenticationUserCollection.cs
- BaseServiceProvider.cs
- SEHException.cs
- handlecollector.cs
- CompositeTypefaceMetrics.cs
- AbandonedMutexException.cs
- FormsAuthenticationUserCollection.cs
- DataSourceSerializationException.cs
- BuildManager.cs
- PermissionRequestEvidence.cs
- PassportAuthenticationEventArgs.cs
- HttpValueCollection.cs
- HtmlInputImage.cs
- String.cs
- TypeReference.cs
- TableRowCollection.cs
- WeakRefEnumerator.cs
- TextEditorParagraphs.cs
- HtmlElementCollection.cs
- StoreContentChangedEventArgs.cs
- ToolStripSeparator.cs
- NativeMethods.cs
- TypeInfo.cs
- TripleDESCryptoServiceProvider.cs
- _Connection.cs
- BamlBinaryReader.cs
- BuildProviderCollection.cs
- EtwTrackingBehaviorElement.cs
- SqlError.cs
- PathSegment.cs
- SafeWaitHandle.cs
- SpecialNameAttribute.cs
- DataControlPagerLinkButton.cs
- ValidationPropertyAttribute.cs
- AttributeSetAction.cs
- EncodingDataItem.cs
- TextStore.cs
- FormDocumentDesigner.cs
- OdbcCommandBuilder.cs
- XmlSchemaComplexContentRestriction.cs
- OutOfProcStateClientManager.cs
- SettingsPropertyCollection.cs
- NodeCounter.cs
- TextProviderWrapper.cs
- XmlSerializerFactory.cs
- MemberProjectedSlot.cs
- ContentValidator.cs
- EmptyImpersonationContext.cs
- webproxy.cs
- EntityCommandDefinition.cs
- PeerNameRecordCollection.cs
- EncryptedData.cs
- MergeFilterQuery.cs
- DetailsViewInsertEventArgs.cs
- FileCodeGroup.cs
- C14NUtil.cs
- InstanceCollisionException.cs
- SafeMILHandle.cs
- NameValuePermission.cs
- WindowsSolidBrush.cs
- BooleanStorage.cs
- Executor.cs
- UserNamePasswordValidator.cs
- OutOfProcStateClientManager.cs
- CharEntityEncoderFallback.cs
- DependencyPropertyConverter.cs
- HotSpotCollection.cs
- ResourcePart.cs
- UpDownEvent.cs
- CursorEditor.cs
- ProcessModelSection.cs
- ProtocolElement.cs
- SiteMapNodeItem.cs
- DispatcherExceptionFilterEventArgs.cs
- CheckBoxField.cs
- ArrayTypeMismatchException.cs
- GridViewCancelEditEventArgs.cs
- MediaTimeline.cs
- DbProviderManifest.cs
- SessionStateItemCollection.cs
- Latin1Encoding.cs
- SqlGatherConsumedAliases.cs
- RelOps.cs
- CompilerScopeManager.cs
- LabelDesigner.cs
- MatrixCamera.cs
- SweepDirectionValidation.cs
- RecordConverter.cs
- SendKeys.cs
- XmlDownloadManager.cs