Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Configuration / System / Configuration / InvalidPropValue.cs / 1305376 / 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
- DbConnectionStringBuilder.cs
- XmlAttributeAttribute.cs
- TabPage.cs
- StrokeRenderer.cs
- RTLAwareMessageBox.cs
- TypeReference.cs
- DefaultPrintController.cs
- ellipse.cs
- FileVersionInfo.cs
- RuntimeEnvironment.cs
- OracleException.cs
- XamlReaderHelper.cs
- DataTrigger.cs
- StrongNameMembershipCondition.cs
- AttachmentService.cs
- ReservationCollection.cs
- AudioDeviceOut.cs
- DocumentViewerHelper.cs
- DataGridViewRowPrePaintEventArgs.cs
- Pair.cs
- XmlSchemas.cs
- ReadOnlyCollectionBase.cs
- UnmanagedMemoryAccessor.cs
- DesignSurfaceManager.cs
- DataSpaceManager.cs
- XPathScanner.cs
- ScriptingJsonSerializationSection.cs
- DesignerVerbCollection.cs
- UDPClient.cs
- JsonFormatWriterGenerator.cs
- UICuesEvent.cs
- DefaultExpressionVisitor.cs
- BasicBrowserDialog.cs
- XslCompiledTransform.cs
- VerificationAttribute.cs
- DataGridTablesFactory.cs
- PartialArray.cs
- TemplatePagerField.cs
- PersonalizationDictionary.cs
- DataSysAttribute.cs
- EventItfInfo.cs
- MemoryFailPoint.cs
- WebPartEventArgs.cs
- SizeF.cs
- AssociationTypeEmitter.cs
- DebugView.cs
- BamlTreeNode.cs
- AppDomainFactory.cs
- SQLRoleProvider.cs
- ErrorHandler.cs
- UriTemplateLiteralQueryValue.cs
- MultilineStringConverter.cs
- ServicePointManager.cs
- SerializationSectionGroup.cs
- CharacterBuffer.cs
- ResourcePermissionBase.cs
- StaticExtensionConverter.cs
- DriveNotFoundException.cs
- X509AsymmetricSecurityKey.cs
- CollectionViewGroupRoot.cs
- PageBorderless.cs
- SqlDataSourceCommandEventArgs.cs
- CodeDefaultValueExpression.cs
- StringValueConverter.cs
- ping.cs
- TransformerTypeCollection.cs
- httpstaticobjectscollection.cs
- FormsAuthentication.cs
- InvokeProviderWrapper.cs
- nulltextnavigator.cs
- AsyncCompletedEventArgs.cs
- Marshal.cs
- PerformanceCounterManager.cs
- TypeSystem.cs
- XmlSiteMapProvider.cs
- CheckedListBox.cs
- BufferedResponseStream.cs
- MimeBasePart.cs
- Attributes.cs
- PackWebRequestFactory.cs
- DictionaryManager.cs
- FormatSettings.cs
- XmlNamedNodeMap.cs
- EdmSchemaError.cs
- WebPartAuthorizationEventArgs.cs
- ListViewInsertEventArgs.cs
- AlphabeticalEnumConverter.cs
- CompiledXpathExpr.cs
- COM2ExtendedBrowsingHandler.cs
- PrePostDescendentsWalker.cs
- RenderDataDrawingContext.cs
- IndependentlyAnimatedPropertyMetadata.cs
- EmptyElement.cs
- TypedOperationInfo.cs
- BypassElement.cs
- FirstMatchCodeGroup.cs
- regiisutil.cs
- BmpBitmapEncoder.cs
- QueryReaderSettings.cs
- MatrixStack.cs