Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- IgnoreFileBuildProvider.cs
- QilPatternVisitor.cs
- SkipStoryboardToFill.cs
- GridViewColumnHeader.cs
- BitmapPalettes.cs
- GlobalItem.cs
- InfoCardSymmetricCrypto.cs
- MenuItemBindingCollection.cs
- QueryOutputWriter.cs
- AsyncDataRequest.cs
- JournalNavigationScope.cs
- GraphicsContainer.cs
- RecognitionEventArgs.cs
- AsyncOperationManager.cs
- OdbcConnection.cs
- CookieHandler.cs
- ListViewGroup.cs
- MemberInitExpression.cs
- TransformDescriptor.cs
- DefaultMemberAttribute.cs
- Lasso.cs
- X509SecurityTokenProvider.cs
- CodeLinePragma.cs
- DummyDataSource.cs
- DoubleCollection.cs
- Parser.cs
- ReadOnlyTernaryTree.cs
- ExtensibleClassFactory.cs
- XmlEntityReference.cs
- WebBrowserHelper.cs
- XmlSchemaObjectCollection.cs
- DetailsViewInsertedEventArgs.cs
- UniqueConstraint.cs
- CodeVariableDeclarationStatement.cs
- uribuilder.cs
- XmlText.cs
- GetReadStreamResult.cs
- ErrorRuntimeConfig.cs
- XPathException.cs
- XhtmlConformanceSection.cs
- DeflateEmulationStream.cs
- oledbmetadatacolumnnames.cs
- ExternalException.cs
- TraceFilter.cs
- ClrProviderManifest.cs
- TabletDeviceInfo.cs
- DbConnectionInternal.cs
- TreeView.cs
- CodeAttachEventStatement.cs
- Parameter.cs
- StylusPointDescription.cs
- HttpDictionary.cs
- RangeValuePattern.cs
- _IPv4Address.cs
- ListBox.cs
- Translator.cs
- newitemfactory.cs
- Rotation3D.cs
- EntityDataSourceQueryBuilder.cs
- SrgsSemanticInterpretationTag.cs
- DataProtectionSecurityStateEncoder.cs
- GroupDescription.cs
- Stylesheet.cs
- HttpStreamXmlDictionaryReader.cs
- PathTooLongException.cs
- XmlPreloadedResolver.cs
- DPTypeDescriptorContext.cs
- RoutedPropertyChangedEventArgs.cs
- PieceDirectory.cs
- DbLambda.cs
- JoinSymbol.cs
- DataSetUtil.cs
- ASCIIEncoding.cs
- HttpTransportSecurityElement.cs
- DataGridViewComboBoxColumn.cs
- GACIdentityPermission.cs
- NumberFunctions.cs
- SelectionEditor.cs
- Page.cs
- ThemeDictionaryExtension.cs
- DayRenderEvent.cs
- PaintValueEventArgs.cs
- FrameworkContentElementAutomationPeer.cs
- CompiledIdentityConstraint.cs
- ViewStateException.cs
- WebPartsPersonalizationAuthorization.cs
- TableAutomationPeer.cs
- ImageMap.cs
- IisTraceWebEventProvider.cs
- LinkClickEvent.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- PropertyAccessVisitor.cs
- ToolStripOverflow.cs
- ClickablePoint.cs
- ApplicationContext.cs
- WebPartTracker.cs
- ToolStripMenuItem.cs
- IUnknownConstantAttribute.cs
- NavigationCommands.cs
- DSASignatureDeformatter.cs