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
- CompatibleIComparer.cs
- Compiler.cs
- _Win32.cs
- NamedPermissionSet.cs
- RelatedPropertyManager.cs
- RegexCompilationInfo.cs
- AbandonedMutexException.cs
- HostingEnvironmentSection.cs
- CapiNative.cs
- InlineObject.cs
- GroupBox.cs
- TimeIntervalCollection.cs
- basecomparevalidator.cs
- SpellerStatusTable.cs
- XmlSerializationReader.cs
- Tokenizer.cs
- FontResourceCache.cs
- CqlQuery.cs
- XmlUnspecifiedAttribute.cs
- ToolStripMenuItemCodeDomSerializer.cs
- DelayedRegex.cs
- InputBuffer.cs
- OutputScope.cs
- Attribute.cs
- HWStack.cs
- XmlHelper.cs
- OdbcHandle.cs
- KeyEvent.cs
- DbDataSourceEnumerator.cs
- PathGeometry.cs
- WebPartTransformerCollection.cs
- AttachedPropertyMethodSelector.cs
- SqlBuffer.cs
- LogicalExpr.cs
- StyleHelper.cs
- LayoutTable.cs
- SynchronizedDispatch.cs
- AutoSizeComboBox.cs
- DbgUtil.cs
- PackWebResponse.cs
- SmiTypedGetterSetter.cs
- ResourcesBuildProvider.cs
- DisplayNameAttribute.cs
- NamedPipeTransportManager.cs
- DataTableReaderListener.cs
- AppSettingsReader.cs
- Lease.cs
- CreateInstanceBinder.cs
- HttpCapabilitiesSectionHandler.cs
- SafeNativeMethods.cs
- LeaseManager.cs
- EdgeModeValidation.cs
- OutputScopeManager.cs
- UniqueTransportManagerRegistration.cs
- WindowsToolbarItemAsMenuItem.cs
- ColumnCollection.cs
- ZipIOLocalFileHeader.cs
- SerTrace.cs
- WebPartConnectionsEventArgs.cs
- EdgeProfileValidation.cs
- DeclarativeCatalogPart.cs
- KeyMatchBuilder.cs
- RecordsAffectedEventArgs.cs
- BoundsDrawingContextWalker.cs
- HttpProfileBase.cs
- SiblingIterators.cs
- OledbConnectionStringbuilder.cs
- ChildrenQuery.cs
- ImageAttributes.cs
- RectConverter.cs
- ELinqQueryState.cs
- MethodBuilderInstantiation.cs
- MetricEntry.cs
- _LoggingObject.cs
- SubMenuStyleCollection.cs
- COM2ColorConverter.cs
- SiteMapNodeItem.cs
- DataGridViewEditingControlShowingEventArgs.cs
- ShapingWorkspace.cs
- DataTemplateSelector.cs
- FontStyle.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- XmlSchemaExternal.cs
- XsdValidatingReader.cs
- MaskedTextBoxDesigner.cs
- MouseEvent.cs
- LayoutSettings.cs
- CodeTryCatchFinallyStatement.cs
- UpdateCompiler.cs
- DocumentStream.cs
- XamlInt32CollectionSerializer.cs
- CodeTypeMember.cs
- WebPartConnectionsCloseVerb.cs
- GeometryGroup.cs
- GacUtil.cs
- Graphics.cs
- SourceElementsCollection.cs
- PageHandlerFactory.cs
- Memoizer.cs
- EtwTrace.cs