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
- MsdtcClusterUtils.cs
- XmlMembersMapping.cs
- DesignerCommandAdapter.cs
- ScriptControlManager.cs
- formatter.cs
- URI.cs
- DocumentOrderQuery.cs
- DataBinding.cs
- ModuleBuilderData.cs
- BitVec.cs
- ConfigurationSettings.cs
- ImportContext.cs
- connectionpool.cs
- tibetanshape.cs
- ViewStateModeByIdAttribute.cs
- ChangeBlockUndoRecord.cs
- FixedSOMPageElement.cs
- UInt16.cs
- FormsAuthenticationModule.cs
- TypefaceCollection.cs
- PerformanceCounterPermission.cs
- MemoryRecordBuffer.cs
- OverflowException.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- Transform3D.cs
- MSG.cs
- PreservationFileWriter.cs
- Canvas.cs
- DBSqlParserColumn.cs
- DecimalFormatter.cs
- FormsAuthenticationConfiguration.cs
- PageStatePersister.cs
- StorageScalarPropertyMapping.cs
- ItemsControlAutomationPeer.cs
- ZipIOLocalFileDataDescriptor.cs
- OptimizedTemplateContent.cs
- RegexParser.cs
- BitmapEffectCollection.cs
- DependencyPropertyDescriptor.cs
- Underline.cs
- ExpressionParser.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- GifBitmapDecoder.cs
- OleDbConnectionInternal.cs
- WorkItem.cs
- BitmapEffectDrawing.cs
- ApplicationFileParser.cs
- COSERVERINFO.cs
- DataGridViewControlCollection.cs
- BrowserCapabilitiesCompiler.cs
- DbConnectionPoolGroup.cs
- OleDbParameterCollection.cs
- ToolStripContentPanelRenderEventArgs.cs
- Privilege.cs
- TraceHandler.cs
- ObjectDataSourceView.cs
- CommonDialog.cs
- ExtendedPropertiesHandler.cs
- TabletCollection.cs
- AuthenticationModulesSection.cs
- IsolatedStorageException.cs
- UnauthorizedAccessException.cs
- Peer.cs
- UnsafeNativeMethods.cs
- AssertFilter.cs
- CellParagraph.cs
- CollectionDataContract.cs
- BaseComponentEditor.cs
- GetBrowserTokenRequest.cs
- SerializationSectionGroup.cs
- XmlSchemaAttributeGroup.cs
- ImplicitInputBrush.cs
- SpellerHighlightLayer.cs
- DataRelationPropertyDescriptor.cs
- ContextProperty.cs
- CodeConditionStatement.cs
- TaskDesigner.cs
- ImageAnimator.cs
- CodeMethodInvokeExpression.cs
- MetaModel.cs
- IncrementalReadDecoders.cs
- _UriSyntax.cs
- UTF32Encoding.cs
- OpenTypeMethods.cs
- ObservableCollection.cs
- StrongNameIdentityPermission.cs
- ZipIOCentralDirectoryFileHeader.cs
- Function.cs
- ContextBase.cs
- PrintPreviewGraphics.cs
- DbConnectionPoolOptions.cs
- IDReferencePropertyAttribute.cs
- SamlAssertionKeyIdentifierClause.cs
- CLSCompliantAttribute.cs
- CqlWriter.cs
- CopyNamespacesAction.cs
- ReaderContextStackData.cs
- BinaryKeyIdentifierClause.cs
- ConvertEvent.cs
- odbcmetadatafactory.cs