Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Sys / System / Configuration / SettingsPropertyNotFoundException.cs / 1305376 / 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
- ExtenderHelpers.cs
- CryptoStream.cs
- ToolboxItem.cs
- AvTraceFormat.cs
- ToolStripManager.cs
- ButtonFieldBase.cs
- RectAnimation.cs
- DayRenderEvent.cs
- PkcsMisc.cs
- x509store.cs
- PropertyItemInternal.cs
- DataAdapter.cs
- FontFamilyValueSerializer.cs
- RegexNode.cs
- FramingFormat.cs
- ReceiveActivityDesigner.cs
- EntityKeyElement.cs
- TableLayoutPanelBehavior.cs
- SqlMethods.cs
- LookupNode.cs
- ClientOptions.cs
- OdbcConnectionString.cs
- FileFormatException.cs
- RectangleF.cs
- PropertyGridView.cs
- Axis.cs
- SelectManyQueryOperator.cs
- XPathDocument.cs
- ScrollViewerAutomationPeer.cs
- SizeFConverter.cs
- ReferencedAssembly.cs
- SchemaMapping.cs
- BooleanSwitch.cs
- ReadOnlyDictionary.cs
- Membership.cs
- COAUTHIDENTITY.cs
- XappLauncher.cs
- ScrollBar.cs
- TransactionContext.cs
- DataGridViewTextBoxColumn.cs
- ToolStripItemRenderEventArgs.cs
- Size.cs
- ParameterReplacerVisitor.cs
- CallbackTimeoutsElement.cs
- CodeDelegateCreateExpression.cs
- HttpChannelHelper.cs
- BufferedMessageData.cs
- FormViewPageEventArgs.cs
- HandlerBase.cs
- RequestQueue.cs
- filewebresponse.cs
- CollectionViewSource.cs
- QilDataSource.cs
- ContentOperations.cs
- ResXBuildProvider.cs
- _ConnectStream.cs
- ZoomingMessageFilter.cs
- CommandConverter.cs
- LoginName.cs
- ProvidePropertyAttribute.cs
- IndentedWriter.cs
- WsatTransactionInfo.cs
- ResXResourceSet.cs
- ScrollBarAutomationPeer.cs
- Misc.cs
- ScrollBarAutomationPeer.cs
- basenumberconverter.cs
- AssemblyUtil.cs
- LinearKeyFrames.cs
- InfocardChannelParameter.cs
- SystemInfo.cs
- MembershipUser.cs
- ObjectToken.cs
- ColorConvertedBitmapExtension.cs
- CapabilitiesPattern.cs
- HtmlTernaryTree.cs
- CqlLexerHelpers.cs
- AuthenticationSection.cs
- PersonalizationProviderHelper.cs
- ACL.cs
- RadioButtonBaseAdapter.cs
- XPathSelectionIterator.cs
- CroppedBitmap.cs
- ProfileSection.cs
- Operand.cs
- SimpleHandlerBuildProvider.cs
- MeshGeometry3D.cs
- PathFigureCollection.cs
- CacheModeValueSerializer.cs
- SqlInternalConnectionTds.cs
- ReplacementText.cs
- CommandBindingCollection.cs
- FontUnitConverter.cs
- WebPartTransformerCollection.cs
- FrameworkContentElement.cs
- SqlVersion.cs
- KeyFrames.cs
- updatecommandorderer.cs
- RoleManagerEventArgs.cs
- ScopeCompiler.cs