Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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()
{ }
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- namescope.cs
- IndexedString.cs
- safemediahandle.cs
- SingleAnimationUsingKeyFrames.cs
- VectorAnimationBase.cs
- Thread.cs
- SafeNativeMethods.cs
- ByteFacetDescriptionElement.cs
- CodeTypeDelegate.cs
- XmlCharCheckingWriter.cs
- SystemIcmpV6Statistics.cs
- ColumnHeader.cs
- URLMembershipCondition.cs
- CacheEntry.cs
- PropertyGrid.cs
- MarkerProperties.cs
- __ComObject.cs
- CompareInfo.cs
- NativeMethods.cs
- ExceptQueryOperator.cs
- WebPartTransformerCollection.cs
- Config.cs
- DecimalStorage.cs
- ObjectItemCollection.cs
- XmlSerializerNamespaces.cs
- TextBox.cs
- TagMapCollection.cs
- BmpBitmapEncoder.cs
- OwnerDrawPropertyBag.cs
- PassportIdentity.cs
- ListViewHitTestInfo.cs
- AuthenticationModuleElement.cs
- MultiPageTextView.cs
- XmlAttributes.cs
- TypeUsage.cs
- RepeatBehaviorConverter.cs
- ComponentGuaranteesAttribute.cs
- WebServiceParameterData.cs
- XmlSchemaSubstitutionGroup.cs
- OrderByQueryOptionExpression.cs
- PairComparer.cs
- UIElementPropertyUndoUnit.cs
- FormClosingEvent.cs
- x509utils.cs
- ChannelBinding.cs
- HitTestParameters3D.cs
- ToggleButton.cs
- AdCreatedEventArgs.cs
- RewritingProcessor.cs
- BlurBitmapEffect.cs
- UserPreferenceChangedEventArgs.cs
- Fonts.cs
- Compiler.cs
- ConnectionStringSettings.cs
- XmlProcessingInstruction.cs
- MenuCommand.cs
- ByteAnimationUsingKeyFrames.cs
- ServiceCredentialsSecurityTokenManager.cs
- DocumentPageViewAutomationPeer.cs
- TextContainer.cs
- Point3DAnimation.cs
- MLangCodePageEncoding.cs
- VectorCollectionValueSerializer.cs
- SapiGrammar.cs
- TreeViewDesigner.cs
- VectorAnimation.cs
- SystemPens.cs
- StreamGeometry.cs
- QilPatternVisitor.cs
- MouseGestureConverter.cs
- DeriveBytes.cs
- CallbackValidator.cs
- DateTimeOffsetConverter.cs
- PeerNearMe.cs
- DataSourceView.cs
- DataSourceSelectArguments.cs
- InheritanceAttribute.cs
- ListViewItemEventArgs.cs
- HMACSHA256.cs
- FontDriver.cs
- SessionPageStateSection.cs
- Stopwatch.cs
- XmlStreamStore.cs
- CheckBox.cs
- RuleEngine.cs
- SizeValueSerializer.cs
- EventArgs.cs
- ColorAnimationUsingKeyFrames.cs
- PtsPage.cs
- XmlSignificantWhitespace.cs
- PeerContact.cs
- ProbeMatchesCD1.cs
- SqlConnectionPoolProviderInfo.cs
- PeerName.cs
- WpfXamlLoader.cs
- MinimizableAttributeTypeConverter.cs
- TempEnvironment.cs
- Command.cs
- ListViewUpdatedEventArgs.cs
- NTAccount.cs