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
- DataRowExtensions.cs
- BrushValueSerializer.cs
- ObjectMemberMapping.cs
- SqlTrackingService.cs
- AuthenticateEventArgs.cs
- ResourceDictionary.cs
- ProcessModule.cs
- ItemDragEvent.cs
- SkinBuilder.cs
- ProjectionCamera.cs
- ErrorHandler.cs
- ArithmeticException.cs
- TextEditorDragDrop.cs
- BinarySerializer.cs
- ThumbAutomationPeer.cs
- PlatformCulture.cs
- DataTransferEventArgs.cs
- DictionarySectionHandler.cs
- HyperLinkField.cs
- Grant.cs
- OdbcTransaction.cs
- UdpSocketReceiveManager.cs
- ConditionBrowserDialog.cs
- MembershipUser.cs
- ResourceCategoryAttribute.cs
- ContextStack.cs
- PermissionSet.cs
- BamlResourceSerializer.cs
- KeySpline.cs
- XmlSchemaProviderAttribute.cs
- ExternalFile.cs
- DataGridViewRowsAddedEventArgs.cs
- PenThreadWorker.cs
- ResXResourceSet.cs
- CodeSubDirectory.cs
- MessagePropertyFilter.cs
- SqlRowUpdatedEvent.cs
- WindowsUserNameCachingSecurityTokenAuthenticator.cs
- RuntimeConfig.cs
- TextDecorationLocationValidation.cs
- ResourceType.cs
- MapPathBasedVirtualPathProvider.cs
- StylusEventArgs.cs
- XmlAttributes.cs
- OdbcCommandBuilder.cs
- LoginCancelEventArgs.cs
- HttpRuntime.cs
- SqlNotificationEventArgs.cs
- TypeInitializationException.cs
- ValidateNames.cs
- RIPEMD160Managed.cs
- UInt32Converter.cs
- ProxyAttribute.cs
- ButtonFlatAdapter.cs
- Rotation3D.cs
- _BasicClient.cs
- StrongNameMembershipCondition.cs
- DeflateEmulationStream.cs
- ZipIOExtraFieldPaddingElement.cs
- SplineKeyFrames.cs
- NumericUpDownAccelerationCollection.cs
- WindowsContainer.cs
- HostProtectionException.cs
- DocumentOrderQuery.cs
- IdentityModelDictionary.cs
- VideoDrawing.cs
- OperatingSystem.cs
- BrowsableAttribute.cs
- DropShadowEffect.cs
- DataGridTextBoxColumn.cs
- PolyLineSegment.cs
- Verify.cs
- ManipulationVelocities.cs
- ContainerControl.cs
- LogManagementAsyncResult.cs
- NewExpression.cs
- IISMapPath.cs
- MaskPropertyEditor.cs
- SamlAuthorizationDecisionClaimResource.cs
- KnownColorTable.cs
- XmlSchemaSequence.cs
- PersistenceException.cs
- SizeValueSerializer.cs
- PolygonHotSpot.cs
- ElementMarkupObject.cs
- StringWriter.cs
- QueueProcessor.cs
- WindowsTab.cs
- DataServiceQuery.cs
- NamedServiceModelExtensionCollectionElement.cs
- StringArrayConverter.cs
- XmlDataSourceView.cs
- BCLDebug.cs
- AddInDeploymentState.cs
- Mutex.cs
- ConfigurationErrorsException.cs
- ColumnBinding.cs
- ViewService.cs
- CodeSnippetCompileUnit.cs
- BasicBrowserDialog.designer.cs