Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / UI / CustomErrorsSectionWrapper.cs / 1305376 / 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
- UserPreferenceChangingEventArgs.cs
- MatchAllMessageFilter.cs
- TypeUtil.cs
- SqlUDTStorage.cs
- CustomAttributeFormatException.cs
- WebPartDisplayModeCollection.cs
- IndexedGlyphRun.cs
- GridViewAutoFormat.cs
- ControlPager.cs
- FixedSOMElement.cs
- WsdlInspector.cs
- TextUtf8RawTextWriter.cs
- BitFlagsGenerator.cs
- HtmlInputControl.cs
- _NestedSingleAsyncResult.cs
- BamlBinaryReader.cs
- WebBrowser.cs
- AsyncCompletedEventArgs.cs
- ContextQuery.cs
- LinqDataSourceStatusEventArgs.cs
- MembershipSection.cs
- FormsAuthenticationModule.cs
- TableLayoutCellPaintEventArgs.cs
- ImageAutomationPeer.cs
- TraceSection.cs
- StyleHelper.cs
- SystemColorTracker.cs
- AutomationElement.cs
- ResourcePermissionBaseEntry.cs
- StrokeNodeOperations.cs
- XmlExpressionDumper.cs
- BitVector32.cs
- InstancePersistenceCommand.cs
- HttpContextServiceHost.cs
- GeneralTransformCollection.cs
- WebServicesDescriptionAttribute.cs
- StrokeFIndices.cs
- ListViewItem.cs
- SupportsEventValidationAttribute.cs
- SqlEnums.cs
- DisplayNameAttribute.cs
- DataObject.cs
- EntityClientCacheKey.cs
- EDesignUtil.cs
- ExpressionBuilder.cs
- InvalidOleVariantTypeException.cs
- CodeGeneratorAttribute.cs
- SchemaImporter.cs
- GC.cs
- FrameworkTextComposition.cs
- SerializerDescriptor.cs
- BinaryFormatter.cs
- OleDbParameter.cs
- EastAsianLunisolarCalendar.cs
- DataRecordObjectView.cs
- SerialReceived.cs
- _CacheStreams.cs
- HandleCollector.cs
- SecurityUtils.cs
- XmlUrlResolver.cs
- FrameSecurityDescriptor.cs
- LambdaCompiler.ControlFlow.cs
- FreezableCollection.cs
- HostSecurityManager.cs
- DataGridViewCellStyleEditor.cs
- HtmlSelect.cs
- InvalidFilterCriteriaException.cs
- EditorBrowsableAttribute.cs
- SimpleBitVector32.cs
- HelpProvider.cs
- MessageSecurityException.cs
- IndexOutOfRangeException.cs
- PropertyItemInternal.cs
- XmlValueConverter.cs
- BitmapData.cs
- TimeSpanMinutesConverter.cs
- DeflateEmulationStream.cs
- WSUtilitySpecificationVersion.cs
- ObjectHandle.cs
- SpeechSynthesizer.cs
- TableChangeProcessor.cs
- DbExpressionVisitor.cs
- SafeUserTokenHandle.cs
- Type.cs
- DSASignatureFormatter.cs
- IResourceProvider.cs
- ContainerUIElement3D.cs
- RawAppCommandInputReport.cs
- EventSource.cs
- MasterPageCodeDomTreeGenerator.cs
- SmiGettersStream.cs
- MemberJoinTreeNode.cs
- Hash.cs
- XmlNullResolver.cs
- Operator.cs
- FormViewDeletedEventArgs.cs
- AutoCompleteStringCollection.cs
- PlatformNotSupportedException.cs
- HandlerFactoryCache.cs
- UDPClient.cs