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
- MemoryMappedViewAccessor.cs
- ImagingCache.cs
- PointHitTestResult.cs
- TreeNodeSelectionProcessor.cs
- ToolCreatedEventArgs.cs
- List.cs
- ItemType.cs
- ExpandCollapseProviderWrapper.cs
- StreamGeometry.cs
- XmlJsonWriter.cs
- XPathNode.cs
- HtmlInputReset.cs
- DateTimeStorage.cs
- CoreChannel.cs
- Int32Rect.cs
- ProtocolsConfiguration.cs
- ExpressionConverter.cs
- SizeAnimationClockResource.cs
- GridItem.cs
- ServiceOperationHelpers.cs
- RowUpdatedEventArgs.cs
- CheckBox.cs
- DetailsViewPageEventArgs.cs
- FamilyTypefaceCollection.cs
- Maps.cs
- RestClientProxyHandler.cs
- InvocationExpression.cs
- XNodeNavigator.cs
- SubclassTypeValidator.cs
- RemotingException.cs
- Parser.cs
- SpellerStatusTable.cs
- FixedSOMPageConstructor.cs
- DiagnosticsConfigurationHandler.cs
- NetworkAddressChange.cs
- SplayTreeNode.cs
- ThreadAttributes.cs
- FormatSettings.cs
- CodeIdentifier.cs
- ButtonStandardAdapter.cs
- DataBoundControlAdapter.cs
- BitmapCache.cs
- OdbcStatementHandle.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- UIInitializationException.cs
- TextHidden.cs
- DataControlLinkButton.cs
- TagNameToTypeMapper.cs
- ControlParser.cs
- SettingsSection.cs
- BatchParser.cs
- Point.cs
- AliasGenerator.cs
- NonVisualControlAttribute.cs
- XamlInterfaces.cs
- SmtpReplyReader.cs
- ListViewItem.cs
- Utils.cs
- VariableQuery.cs
- ExpressionBinding.cs
- EntryWrittenEventArgs.cs
- _CacheStreams.cs
- JsonWriter.cs
- TTSVoice.cs
- TransformedBitmap.cs
- WorkBatch.cs
- WindowsListViewGroup.cs
- ProcessHostFactoryHelper.cs
- BooleanSwitch.cs
- GridSplitter.cs
- BinarySerializer.cs
- ButtonBaseAdapter.cs
- GroupQuery.cs
- ReaderContextStackData.cs
- srgsitem.cs
- GeneralTransform3D.cs
- AuditLevel.cs
- ProfileGroupSettings.cs
- MasterPage.cs
- PageCodeDomTreeGenerator.cs
- DecimalConstantAttribute.cs
- OdbcConnectionHandle.cs
- StylusEventArgs.cs
- AnyReturnReader.cs
- XomlDesignerLoader.cs
- odbcmetadatafactory.cs
- DataGridViewColumnTypePicker.cs
- KeyValuePair.cs
- DataStreams.cs
- JsonGlobals.cs
- PathData.cs
- Variant.cs
- EraserBehavior.cs
- MergeFilterQuery.cs
- Zone.cs
- AdornerDecorator.cs
- FamilyTypeface.cs
- ISAPIRuntime.cs
- ToolStripDropDownClosingEventArgs.cs
- HttpDebugHandler.cs