Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Configuration / System / Configuration / InvalidPropValue.cs / 1 / InvalidPropValue.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
using System;
using System.Configuration.Internal;
using System.Collections;
using System.Collections.Specialized;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.Security.Permissions;
using System.Xml;
using System.Globalization;
using System.ComponentModel;
using System.Security;
using System.Text;
namespace System.Configuration {
// Class to support caching of property values as string
internal sealed class InvalidPropValue {
private string _value;
private ConfigurationException _error;
internal InvalidPropValue(string value, ConfigurationException error) {
_value = value;
_error = error;
}
internal ConfigurationException Error {
get {
return _error;
}
}
internal string Value {
get {
return _value;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
using System;
using System.Configuration.Internal;
using System.Collections;
using System.Collections.Specialized;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.Security.Permissions;
using System.Xml;
using System.Globalization;
using System.ComponentModel;
using System.Security;
using System.Text;
namespace System.Configuration {
// Class to support caching of property values as string
internal sealed class InvalidPropValue {
private string _value;
private ConfigurationException _error;
internal InvalidPropValue(string value, ConfigurationException error) {
_value = value;
_error = error;
}
internal ConfigurationException Error {
get {
return _error;
}
}
internal string Value {
get {
return _value;
}
}
}
}
// 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
- LinqDataSourceUpdateEventArgs.cs
- PlaceHolder.cs
- SqlWebEventProvider.cs
- Psha1DerivedKeyGenerator.cs
- LayoutSettings.cs
- LookupNode.cs
- DotExpr.cs
- ViewManager.cs
- ModelUIElement3D.cs
- OdbcConnectionStringbuilder.cs
- CustomError.cs
- XmlBinaryReaderSession.cs
- EntityDataSourceStatementEditor.cs
- RunWorkerCompletedEventArgs.cs
- SqlOuterApplyReducer.cs
- MethodSet.cs
- UnauthorizedAccessException.cs
- CustomTokenProvider.cs
- AssociationTypeEmitter.cs
- KoreanLunisolarCalendar.cs
- IteratorDescriptor.cs
- CorrelationManager.cs
- DataGridViewComponentPropertyGridSite.cs
- RemotingHelper.cs
- BinaryFormatter.cs
- StreamGeometryContext.cs
- DragDeltaEventArgs.cs
- XmlTextEncoder.cs
- SmiContext.cs
- HttpCacheParams.cs
- ProfileSettingsCollection.cs
- VerificationException.cs
- OrderingInfo.cs
- LiteralControl.cs
- AdRotatorDesigner.cs
- TemplatePartAttribute.cs
- Mapping.cs
- ErrorActivity.cs
- FontFaceLayoutInfo.cs
- TextServicesContext.cs
- DiffuseMaterial.cs
- ProfileBuildProvider.cs
- PostBackTrigger.cs
- UserUseLicenseDictionaryLoader.cs
- KnownTypesHelper.cs
- EmbeddedMailObject.cs
- WindowPatternIdentifiers.cs
- RoleManagerSection.cs
- GlyphsSerializer.cs
- PerCallInstanceContextProvider.cs
- ObjectReferenceStack.cs
- ScrollChrome.cs
- XmlSchemaSimpleTypeUnion.cs
- DataGridViewCellStyle.cs
- CapabilitiesPattern.cs
- Shared.cs
- SequentialWorkflowRootDesigner.cs
- TypeName.cs
- IdentityHolder.cs
- CustomAttributeFormatException.cs
- BreadCrumbTextConverter.cs
- SQLInt32Storage.cs
- Vector3DAnimationBase.cs
- FormsIdentity.cs
- SafeRightsManagementQueryHandle.cs
- PromptEventArgs.cs
- DataGridTextBoxColumn.cs
- XamlTemplateSerializer.cs
- RegularExpressionValidator.cs
- InvalidWMPVersionException.cs
- SchemaDeclBase.cs
- BitmapImage.cs
- ListItemsPage.cs
- WebPartRestoreVerb.cs
- RowToFieldTransformer.cs
- MetafileHeaderWmf.cs
- SiteMapPath.cs
- ControlUtil.cs
- WaitHandleCannotBeOpenedException.cs
- NullableBoolConverter.cs
- ListControl.cs
- WmlLabelAdapter.cs
- Stack.cs
- MultipleViewPattern.cs
- TextPointer.cs
- AutomationPropertyChangedEventArgs.cs
- DbModificationCommandTree.cs
- Canvas.cs
- RemoteCryptoTokenProvider.cs
- CFStream.cs
- CompositeKey.cs
- DataRowCollection.cs
- CellQuery.cs
- DrawingContextWalker.cs
- BulletedListEventArgs.cs
- TraceSource.cs
- AsynchronousChannel.cs
- CLSCompliantAttribute.cs
- ResXDataNode.cs
- DictionaryMarkupSerializer.cs