Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / Configuration / ConfigsHelper.cs / 1 / ConfigsHelper.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Configuration { using System.Configuration; using System.Configuration.Provider; internal class ConfigsHelper { internal static void GetRegistryStringAttribute(ref string val, ConfigurationElement config, string propName) { if (HandlerBase.CheckAndReadRegistryValue(ref val, false) == false) { throw new ConfigurationErrorsException( SR.GetString(SR.Invalid_registry_config), config.ElementInformation.Properties[propName].Source, config.ElementInformation.Properties[propName].LineNumber); } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Configuration { using System.Configuration; using System.Configuration.Provider; internal class ConfigsHelper { internal static void GetRegistryStringAttribute(ref string val, ConfigurationElement config, string propName) { if (HandlerBase.CheckAndReadRegistryValue(ref val, false) == false) { throw new ConfigurationErrorsException( SR.GetString(SR.Invalid_registry_config), config.ElementInformation.Properties[propName].Source, config.ElementInformation.Properties[propName].LineNumber); } } } } // 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
- SystemResourceKey.cs
- CharKeyFrameCollection.cs
- SiteMapDataSource.cs
- ComponentResourceKeyConverter.cs
- X509ChainPolicy.cs
- SqlMethodAttribute.cs
- BitmapEffectOutputConnector.cs
- ConfigsHelper.cs
- MasterPage.cs
- XPathItem.cs
- SiteMapSection.cs
- GridViewDeletedEventArgs.cs
- IsolatedStorage.cs
- HybridDictionary.cs
- ConfigXmlElement.cs
- SessionPageStateSection.cs
- CheckBoxFlatAdapter.cs
- XmlArrayItemAttributes.cs
- Events.cs
- DurationConverter.cs
- Decimal.cs
- OutputCacheSettingsSection.cs
- SegmentInfo.cs
- OdbcException.cs
- Pen.cs
- PerformanceCounterPermissionEntry.cs
- precedingquery.cs
- RadioButton.cs
- ModifierKeysValueSerializer.cs
- _ProxyChain.cs
- BigInt.cs
- Preprocessor.cs
- AutomationElementIdentifiers.cs
- XmlILOptimizerVisitor.cs
- VisualProxy.cs
- CompModSwitches.cs
- DataGridViewCellEventArgs.cs
- BooleanExpr.cs
- SqlUDTStorage.cs
- PngBitmapEncoder.cs
- CompiledQuery.cs
- TagPrefixCollection.cs
- tooltip.cs
- XsltLibrary.cs
- Transform3DGroup.cs
- ScaleTransform3D.cs
- Component.cs
- _SingleItemRequestCache.cs
- CalendarModeChangedEventArgs.cs
- RectangleHotSpot.cs
- Error.cs
- QueryGeneratorBase.cs
- SQLBytesStorage.cs
- CommonXSendMessage.cs
- SendMailErrorEventArgs.cs
- GridViewEditEventArgs.cs
- StringFormat.cs
- HashHelper.cs
- NumericExpr.cs
- TextContainerHelper.cs
- Expressions.cs
- AssemblyInfo.cs
- Binding.cs
- HiddenFieldPageStatePersister.cs
- DataContractSerializerMessageContractImporter.cs
- ReflectionUtil.cs
- ApplicationFileParser.cs
- TraceEventCache.cs
- PerspectiveCamera.cs
- BStrWrapper.cs
- _AutoWebProxyScriptHelper.cs
- TimeSpan.cs
- CqlQuery.cs
- DbConnectionInternal.cs
- HtmlTableCell.cs
- HighlightVisual.cs
- BooleanToSelectiveScrollingOrientationConverter.cs
- TypeExtension.cs
- BrushValueSerializer.cs
- DriveInfo.cs
- DataGridViewCellParsingEventArgs.cs
- CustomSignedXml.cs
- SingleTagSectionHandler.cs
- CodeStatement.cs
- Cursor.cs
- SqlWriter.cs
- AsyncMethodInvoker.cs
- TaskFactory.cs
- WCFServiceClientProxyGenerator.cs
- CustomWebEventKey.cs
- SchemaNames.cs
- ViewSimplifier.cs
- GroupBox.cs
- SamlAttributeStatement.cs
- TreeView.cs
- DispatcherExceptionEventArgs.cs
- HostSecurityManager.cs
- KnownTypeDataContractResolver.cs
- SecurityUtils.cs
- SafeMILHandle.cs