Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- ipaddressinformationcollection.cs
- DataGridViewRowCollection.cs
- ISAPIApplicationHost.cs
- TypeBuilderInstantiation.cs
- FeatureManager.cs
- ProfilePropertyNameValidator.cs
- ActiveXMessageFormatter.cs
- DbDataAdapter.cs
- OrthographicCamera.cs
- SchemaTypeEmitter.cs
- LookupNode.cs
- HtmlTableCell.cs
- AnonymousIdentificationModule.cs
- LinqDataSourceEditData.cs
- LinqDataSourceValidationException.cs
- FormViewRow.cs
- MeshGeometry3D.cs
- DbConnectionOptions.cs
- XmlElementCollection.cs
- SingleAnimationBase.cs
- Control.cs
- RoutedEvent.cs
- FontFamilyConverter.cs
- CalculatedColumn.cs
- WebBrowsableAttribute.cs
- MeasureItemEvent.cs
- MarkupObject.cs
- PnrpPeerResolverElement.cs
- SourceFileInfo.cs
- XmlSerializerAssemblyAttribute.cs
- StaticTextPointer.cs
- ListView.cs
- VarRemapper.cs
- DiscreteKeyFrames.cs
- Line.cs
- BlurBitmapEffect.cs
- DataGridColumnDropSeparator.cs
- DbMetaDataColumnNames.cs
- MemoryMappedFileSecurity.cs
- TreeNodeEventArgs.cs
- MouseGesture.cs
- DSASignatureFormatter.cs
- XmlParser.cs
- ClientProxyGenerator.cs
- RectConverter.cs
- XmlHierarchicalEnumerable.cs
- TreeNodeBinding.cs
- WebServiceClientProxyGenerator.cs
- EntityChangedParams.cs
- ElementFactory.cs
- XmlValueConverter.cs
- ProjectionPathSegment.cs
- TextBlockAutomationPeer.cs
- CheckPair.cs
- CasesDictionary.cs
- InputReferenceExpression.cs
- Pointer.cs
- StatusBarPanelClickEvent.cs
- CallContext.cs
- TreeView.cs
- NoneExcludedImageIndexConverter.cs
- EntityReference.cs
- Aes.cs
- UIElement.cs
- EmbossBitmapEffect.cs
- SortAction.cs
- Link.cs
- BooleanExpr.cs
- ProfileProvider.cs
- RegionInfo.cs
- CompiledIdentityConstraint.cs
- SqlColumnizer.cs
- DataBoundControlParameterTarget.cs
- CodeTryCatchFinallyStatement.cs
- SiteMapDataSourceView.cs
- FixedTextPointer.cs
- AxParameterData.cs
- CodeTypeDelegate.cs
- DataGridTableCollection.cs
- Serialization.cs
- OAVariantLib.cs
- DurableInstanceProvider.cs
- DataErrorValidationRule.cs
- RSAPKCS1SignatureFormatter.cs
- AsyncDataRequest.cs
- BooleanProjectedSlot.cs
- ComboBoxAutomationPeer.cs
- bindurihelper.cs
- ContextBase.cs
- AnnotationComponentChooser.cs
- ComNativeDescriptor.cs
- PageWrapper.cs
- OdbcParameter.cs
- ToolboxItemFilterAttribute.cs
- RectangleGeometry.cs
- DataObjectAttribute.cs
- JsonQNameDataContract.cs
- ToolboxItemFilterAttribute.cs
- TextAction.cs
- QuaternionConverter.cs