Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Configuration / ConfigsHelper.cs / 1305376 / 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
- DockAndAnchorLayout.cs
- AsyncPostBackErrorEventArgs.cs
- LayoutEngine.cs
- BatchServiceHost.cs
- AncillaryOps.cs
- TemplatedAdorner.cs
- StylusPointCollection.cs
- ScrollContentPresenter.cs
- ping.cs
- _NetworkingPerfCounters.cs
- AuthenticationModulesSection.cs
- CheckBox.cs
- Int32RectConverter.cs
- DataGridTable.cs
- IsolatedStorageFileStream.cs
- MessagePropertyDescriptionCollection.cs
- Int32Rect.cs
- ClientConvert.cs
- DPTypeDescriptorContext.cs
- HealthMonitoringSectionHelper.cs
- PrintPageEvent.cs
- CodeStatementCollection.cs
- ExpressionTextBoxAutomationPeer.cs
- StringFunctions.cs
- Roles.cs
- PermissionListSet.cs
- ClientBuildManagerCallback.cs
- BooleanExpr.cs
- TrackPointCollection.cs
- InvalidEnumArgumentException.cs
- XPathDocumentIterator.cs
- TimerExtension.cs
- DataSourceExpression.cs
- XmlArrayAttribute.cs
- RawUIStateInputReport.cs
- UserControlCodeDomTreeGenerator.cs
- ResourceAttributes.cs
- MaterialGroup.cs
- CqlBlock.cs
- SettingsAttributes.cs
- ScrollContentPresenter.cs
- CompoundFileIOPermission.cs
- BooleanConverter.cs
- TextReader.cs
- LinkTarget.cs
- LocalizabilityAttribute.cs
- AnimationException.cs
- ConfigXmlCDataSection.cs
- MarkupCompiler.cs
- ErrorTableItemStyle.cs
- SecurityChannelFaultConverter.cs
- SurrogateEncoder.cs
- ByteRangeDownloader.cs
- SystemIPv4InterfaceProperties.cs
- SelectionEditor.cs
- Operator.cs
- XmlWellformedWriter.cs
- FormViewDeleteEventArgs.cs
- XmlQuerySequence.cs
- IsolatedStorageFilePermission.cs
- WebPartConnectionsDisconnectVerb.cs
- PageCatalogPart.cs
- CaseInsensitiveComparer.cs
- LexicalChunk.cs
- PKCS1MaskGenerationMethod.cs
- SystemThemeKey.cs
- WmpBitmapDecoder.cs
- EntityDataSourceMemberPath.cs
- FastEncoder.cs
- RTTrackingProfile.cs
- RectAnimation.cs
- CopyCodeAction.cs
- LogoValidationException.cs
- AmbientProperties.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- Storyboard.cs
- TimelineCollection.cs
- TypefaceMap.cs
- BinaryFormatter.cs
- DetailsViewPageEventArgs.cs
- XmlBoundElement.cs
- IpcClientManager.cs
- EventEntry.cs
- TypeConvertions.cs
- CultureTableRecord.cs
- SQLDecimal.cs
- InProcStateClientManager.cs
- RoutedCommand.cs
- WorkflowItemPresenter.cs
- NavigationWindowAutomationPeer.cs
- Int32.cs
- DelegatingChannelListener.cs
- DownloadProgressEventArgs.cs
- GcHandle.cs
- WindowsBrush.cs
- httpstaticobjectscollection.cs
- InArgument.cs
- CatalogPartChrome.cs
- PagedDataSource.cs
- GridViewRowCollection.cs