Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- SequenceFullException.cs
- PixelFormat.cs
- SymmetricCryptoHandle.cs
- FormView.cs
- FacetChecker.cs
- DataServiceStreamResponse.cs
- PatternMatcher.cs
- IdnElement.cs
- PartManifestEntry.cs
- RowVisual.cs
- InternalPermissions.cs
- SamlAuthorizationDecisionClaimResource.cs
- WebPartEditorCancelVerb.cs
- EntityDataSourceContextCreatingEventArgs.cs
- sqlstateclientmanager.cs
- securitycriticaldata.cs
- DoubleLink.cs
- FontNamesConverter.cs
- CompositeFontParser.cs
- DeferredReference.cs
- MailWebEventProvider.cs
- ElementProxy.cs
- EmbeddedMailObjectCollectionEditor.cs
- EmptyStringExpandableObjectConverter.cs
- DocComment.cs
- WebPartConnection.cs
- DataStorage.cs
- CreatingCookieEventArgs.cs
- OleStrCAMarshaler.cs
- SelectorAutomationPeer.cs
- ChangeNode.cs
- TextBox.cs
- ResXResourceSet.cs
- OdbcEnvironment.cs
- PropertyGeneratedEventArgs.cs
- CollectionDataContract.cs
- Switch.cs
- SHA512CryptoServiceProvider.cs
- CodeLabeledStatement.cs
- _NestedMultipleAsyncResult.cs
- UserNameSecurityTokenParameters.cs
- QilReference.cs
- FilteredXmlReader.cs
- CompositeActivityTypeDescriptorProvider.cs
- SqlLiftIndependentRowExpressions.cs
- MarkupCompilePass2.cs
- StorageTypeMapping.cs
- DifferencingCollection.cs
- BaseDataBoundControl.cs
- FontEmbeddingManager.cs
- QueueAccessMode.cs
- BigInt.cs
- CodeTypeMemberCollection.cs
- TextEditorLists.cs
- ImportedPolicyConversionContext.cs
- ExtractorMetadata.cs
- DurableEnlistmentState.cs
- TypedReference.cs
- CharAnimationUsingKeyFrames.cs
- keycontainerpermission.cs
- EntityCommandDefinition.cs
- TextViewSelectionProcessor.cs
- PropertyMapper.cs
- ObjectConverter.cs
- HitTestParameters3D.cs
- PropertyChangedEventArgs.cs
- IIS7UserPrincipal.cs
- TableFieldsEditor.cs
- SchemaNamespaceManager.cs
- xsdvalidator.cs
- MenuItemStyle.cs
- SectionUpdates.cs
- WindowsTokenRoleProvider.cs
- Base64Encoding.cs
- XmlTypeAttribute.cs
- MultipleViewProviderWrapper.cs
- TextBlockAutomationPeer.cs
- EditBehavior.cs
- ImmutableCollection.cs
- InputReferenceExpression.cs
- DeviceContexts.cs
- HGlobalSafeHandle.cs
- UriWriter.cs
- ContentPresenter.cs
- CodeTypeConstructor.cs
- WebPart.cs
- DataSetMappper.cs
- ObjectReferenceStack.cs
- IsolatedStorageException.cs
- SqlTriggerContext.cs
- SqlMethodTransformer.cs
- TextServicesDisplayAttribute.cs
- NamespaceList.cs
- SpellCheck.cs
- documentsequencetextcontainer.cs
- XmlMessageFormatter.cs
- typedescriptorpermissionattribute.cs
- hresults.cs
- MetaForeignKeyColumn.cs
- GridViewSortEventArgs.cs