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
- FactorySettingsElement.cs
- AppliedDeviceFiltersEditor.cs
- HMACSHA256.cs
- BamlMapTable.cs
- ExpandoClass.cs
- DataControlFieldCell.cs
- TTSEvent.cs
- BroadcastEventHelper.cs
- ListBoxItemWrapperAutomationPeer.cs
- SimpleRecyclingCache.cs
- WorkflowServiceInstance.cs
- DataListDesigner.cs
- SQlBooleanStorage.cs
- ParameterBuilder.cs
- TargetFrameworkUtil.cs
- DocumentXmlWriter.cs
- UnauthorizedAccessException.cs
- BaseComponentEditor.cs
- CodeDomSerializationProvider.cs
- DetailsViewInsertedEventArgs.cs
- TimeIntervalCollection.cs
- MethodCallExpression.cs
- ResourceCategoryAttribute.cs
- UIElementAutomationPeer.cs
- TextUtf8RawTextWriter.cs
- FileLogRecordHeader.cs
- TemplateInstanceAttribute.cs
- TransformValueSerializer.cs
- VoiceObjectToken.cs
- FileSystemInfo.cs
- PathSegmentCollection.cs
- HttpInputStream.cs
- NetTcpSecurityElement.cs
- ContainsRowNumberChecker.cs
- DataViewManagerListItemTypeDescriptor.cs
- XmlStringTable.cs
- FrameworkTemplate.cs
- LabelAutomationPeer.cs
- SafeNativeMethods.cs
- AuthenticatingEventArgs.cs
- SqlCacheDependencyDatabaseCollection.cs
- KeyboardEventArgs.cs
- ISO2022Encoding.cs
- ReadOnlyCollectionBase.cs
- RectangleHotSpot.cs
- ScaleTransform3D.cs
- MemberAccessException.cs
- EntityDataSourceWrapperCollection.cs
- TimeStampChecker.cs
- CodeDelegateCreateExpression.cs
- TextBoxBase.cs
- XmlSchemaType.cs
- InheritedPropertyChangedEventArgs.cs
- CellParaClient.cs
- ComPlusTypeLoader.cs
- XmlSchemaChoice.cs
- ProfileSection.cs
- _FixedSizeReader.cs
- GlyphInfoList.cs
- XmlSignificantWhitespace.cs
- EditorZoneAutoFormat.cs
- CustomError.cs
- PassportPrincipal.cs
- XmlMemberMapping.cs
- UriParserTemplates.cs
- StructuralObject.cs
- GB18030Encoding.cs
- XmlSchemaNotation.cs
- XmlSchemaSimpleTypeRestriction.cs
- ExtentJoinTreeNode.cs
- UnknownWrapper.cs
- FileVersion.cs
- DragEventArgs.cs
- ExpandCollapsePattern.cs
- NotSupportedException.cs
- TextParaLineResult.cs
- NameTable.cs
- SrgsRuleRef.cs
- Types.cs
- ViewBox.cs
- HtmlImage.cs
- ObsoleteAttribute.cs
- EventItfInfo.cs
- QueueException.cs
- TaskbarItemInfo.cs
- KeyEventArgs.cs
- TaskForm.cs
- MouseGestureConverter.cs
- WebPartDisplayModeCollection.cs
- DefinitionUpdate.cs
- Floater.cs
- WebRequestModuleElementCollection.cs
- SecurityElement.cs
- ValidationRule.cs
- ObjectAnimationUsingKeyFrames.cs
- DetailsView.cs
- StringDictionaryEditor.cs
- BitmapSource.cs
- WebRequestModuleElement.cs
- WebPartDisplayModeEventArgs.cs