Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / xsp / System / Web / Extensions / ui / CustomErrorsSectionWrapper.cs / 1 / CustomErrorsSectionWrapper.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System; using System.Diagnostics; using System.Web.Configuration; internal sealed class CustomErrorsSectionWrapper : ICustomErrorsSection { private readonly CustomErrorsSection _customErrorsSection; public CustomErrorsSectionWrapper(CustomErrorsSection customErrorsSection) { Debug.Assert(customErrorsSection != null); _customErrorsSection = customErrorsSection; } #region ICustomErrorsSection Members string ICustomErrorsSection.DefaultRedirect { get { return _customErrorsSection.DefaultRedirect; } } CustomErrorCollection ICustomErrorsSection.Errors { get { return _customErrorsSection.Errors; } } #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System; using System.Diagnostics; using System.Web.Configuration; internal sealed class CustomErrorsSectionWrapper : ICustomErrorsSection { private readonly CustomErrorsSection _customErrorsSection; public CustomErrorsSectionWrapper(CustomErrorsSection customErrorsSection) { Debug.Assert(customErrorsSection != null); _customErrorsSection = customErrorsSection; } #region ICustomErrorsSection Members string ICustomErrorsSection.DefaultRedirect { get { return _customErrorsSection.DefaultRedirect; } } CustomErrorCollection ICustomErrorsSection.Errors { get { return _customErrorsSection.Errors; } } #endregion } } // 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
- DesigntimeLicenseContext.cs
- RuntimeConfig.cs
- XPathAncestorQuery.cs
- ServicePoint.cs
- ChannelTracker.cs
- ScriptControlManager.cs
- ActivitySurrogateSelector.cs
- HotSpotCollection.cs
- CompositeControl.cs
- CSharpCodeProvider.cs
- InlineCollection.cs
- TextMetrics.cs
- MenuEventArgs.cs
- BaseParser.cs
- URLIdentityPermission.cs
- XmlSchemaSubstitutionGroup.cs
- XmlSchemaComplexContentExtension.cs
- SocketException.cs
- TextCompositionEventArgs.cs
- SecurityIdentifierConverter.cs
- ImagingCache.cs
- ArrayExtension.cs
- HttpRequestBase.cs
- ContainerUtilities.cs
- LicFileLicenseProvider.cs
- XmlReflectionMember.cs
- MsmqIntegrationChannelListener.cs
- XPathSingletonIterator.cs
- SignatureConfirmationElement.cs
- BinaryFormatterSinks.cs
- DateTimeConstantAttribute.cs
- SafeThemeHandle.cs
- ApplicationCommands.cs
- X509Utils.cs
- MessageBox.cs
- TableStyle.cs
- NativeMethodsOther.cs
- ReflectionHelper.cs
- AsymmetricAlgorithm.cs
- Quaternion.cs
- WebReferencesBuildProvider.cs
- EncoderBestFitFallback.cs
- Thread.cs
- printdlgexmarshaler.cs
- FixedPosition.cs
- DesignBindingPropertyDescriptor.cs
- WeakReferenceList.cs
- CryptoKeySecurity.cs
- VisualStyleRenderer.cs
- DataServiceClientException.cs
- InteropTrackingRecord.cs
- COAUTHIDENTITY.cs
- CacheMemory.cs
- GZipDecoder.cs
- OleDbFactory.cs
- WebPartsPersonalizationAuthorization.cs
- StyleSelector.cs
- SettingsSection.cs
- GenericRootAutomationPeer.cs
- CachingParameterInspector.cs
- BamlLocalizer.cs
- FixedSOMPageElement.cs
- _AutoWebProxyScriptEngine.cs
- FamilyTypefaceCollection.cs
- ValuePatternIdentifiers.cs
- FilteredAttributeCollection.cs
- EventNotify.cs
- XmlDocument.cs
- ScriptingJsonSerializationSection.cs
- xdrvalidator.cs
- PathFigureCollection.cs
- LockedHandleGlyph.cs
- CheckBoxRenderer.cs
- WinInetCache.cs
- TileModeValidation.cs
- DrawingImage.cs
- Container.cs
- TypedRowGenerator.cs
- LinqDataSourceDisposeEventArgs.cs
- Clock.cs
- CodeDOMProvider.cs
- _AutoWebProxyScriptHelper.cs
- StickyNote.cs
- TriggerAction.cs
- PeerChannelFactory.cs
- VisemeEventArgs.cs
- NestedContainer.cs
- ConnectionString.cs
- ScrollItemProviderWrapper.cs
- IListConverters.cs
- BCryptSafeHandles.cs
- MimeObjectFactory.cs
- base64Transforms.cs
- UnconditionalPolicy.cs
- HttpModulesSection.cs
- ButtonColumn.cs
- PerfCounters.cs
- SafeEventLogWriteHandle.cs
- DBSchemaRow.cs
- ClrPerspective.cs