Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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);
}
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ScriptControl.cs
- ASCIIEncoding.cs
- DataGridItemCollection.cs
- PaperSource.cs
- Roles.cs
- XmlSchemaExternal.cs
- EntityDataSourceWrapperCollection.cs
- PathNode.cs
- XPathSingletonIterator.cs
- XmlUTF8TextReader.cs
- LabelLiteral.cs
- Win32.cs
- HttpListener.cs
- ApplicationManager.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- UIInitializationException.cs
- LocationUpdates.cs
- DataListItemCollection.cs
- QuadraticBezierSegment.cs
- ValueQuery.cs
- MeshGeometry3D.cs
- TcpClientChannel.cs
- TransformPattern.cs
- WebFaultException.cs
- DependencyPropertyValueSerializer.cs
- FloaterParagraph.cs
- MobileFormsAuthentication.cs
- Double.cs
- COM2EnumConverter.cs
- ConfigErrorGlyph.cs
- EntityDataSourceValidationException.cs
- SymmetricKey.cs
- WinFormsComponentEditor.cs
- COM2ComponentEditor.cs
- OdbcConnectionHandle.cs
- XslCompiledTransform.cs
- DataGridViewLinkColumn.cs
- TdsParser.cs
- SR.cs
- _Semaphore.cs
- RecommendedAsConfigurableAttribute.cs
- _AutoWebProxyScriptHelper.cs
- ContactManager.cs
- TagMapCollection.cs
- Span.cs
- CollectionExtensions.cs
- FunctionCommandText.cs
- Console.cs
- CalendarDateChangedEventArgs.cs
- DecoderReplacementFallback.cs
- DataList.cs
- TextServicesCompartment.cs
- ListViewContainer.cs
- CommandDevice.cs
- IndexedGlyphRun.cs
- ConfigurationElementProperty.cs
- UpdateDelegates.Generated.cs
- XpsFilter.cs
- BooleanFunctions.cs
- ProvidersHelper.cs
- HashMembershipCondition.cs
- TimeSpanValidator.cs
- DataServiceResponse.cs
- PersonalizableTypeEntry.cs
- keycontainerpermission.cs
- DbDataAdapter.cs
- DataGridViewControlCollection.cs
- StringWriter.cs
- GroupByExpressionRewriter.cs
- PeerCollaboration.cs
- grammarelement.cs
- Highlights.cs
- EncodingNLS.cs
- ColorMatrix.cs
- FormCollection.cs
- QueryStringParameter.cs
- SystemFonts.cs
- LabelLiteral.cs
- SqlCharStream.cs
- ClientCultureInfo.cs
- ASCIIEncoding.cs
- StringSorter.cs
- NameSpaceExtractor.cs
- ImageResources.Designer.cs
- ComponentDesigner.cs
- ArgumentNullException.cs
- Lasso.cs
- TableChangeProcessor.cs
- XamlFilter.cs
- XmlNamespaceMapping.cs
- FullTextState.cs
- Point4D.cs
- XmlMembersMapping.cs
- VectorAnimationBase.cs
- SecurityElement.cs
- DataGridTable.cs
- ContextToken.cs
- TextTreeInsertElementUndoUnit.cs
- WebPartCatalogAddVerb.cs
- RenderDataDrawingContext.cs