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
- SafeEventLogWriteHandle.cs
- CommandTreeTypeHelper.cs
- ButtonPopupAdapter.cs
- ActivityFunc.cs
- RefType.cs
- FileDialogPermission.cs
- _IPv6Address.cs
- CacheMemory.cs
- Boolean.cs
- CodeTypeParameterCollection.cs
- DATA_BLOB.cs
- GridViewItemAutomationPeer.cs
- ScopelessEnumAttribute.cs
- OleDbFactory.cs
- LOSFormatter.cs
- LambdaCompiler.Lambda.cs
- TabPage.cs
- MatrixConverter.cs
- StructuredType.cs
- EmbeddedMailObject.cs
- HandlerMappingMemo.cs
- DialogResultConverter.cs
- LingerOption.cs
- BinHexDecoder.cs
- ConditionedDesigner.cs
- ModelItemImpl.cs
- BindingList.cs
- ADMembershipUser.cs
- IPPacketInformation.cs
- InheritablePropertyChangeInfo.cs
- parserscommon.cs
- XmlValidatingReader.cs
- MatrixValueSerializer.cs
- StatusStrip.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- SystemIPv4InterfaceProperties.cs
- IgnoreDeviceFilterElementCollection.cs
- KeyGestureValueSerializer.cs
- HtmlTableRow.cs
- DNS.cs
- HttpCacheVary.cs
- DataSet.cs
- SoapTypeAttribute.cs
- OneWayBindingElementImporter.cs
- XmlAttributeProperties.cs
- Point3DCollection.cs
- TraceUtility.cs
- DoubleAnimationUsingKeyFrames.cs
- FileDialogPermission.cs
- Emitter.cs
- ClientCultureInfo.cs
- ListMarkerLine.cs
- TextPattern.cs
- CngKeyBlobFormat.cs
- CfgParser.cs
- ParameterCollection.cs
- SyndicationSerializer.cs
- DataServiceProcessingPipelineEventArgs.cs
- XmlAtomicValue.cs
- InvalidOleVariantTypeException.cs
- WinFormsComponentEditor.cs
- XmlEventCache.cs
- SynchronizedPool.cs
- RtfControlWordInfo.cs
- AspNetHostingPermission.cs
- RemotingException.cs
- DispatcherEventArgs.cs
- SqlDataSource.cs
- HttpApplicationStateBase.cs
- handlecollector.cs
- WebPartExportVerb.cs
- MenuItemCollection.cs
- PTConverter.cs
- XPathItem.cs
- Transform3DGroup.cs
- PenContext.cs
- PreviewPrintController.cs
- InstanceDescriptor.cs
- EventEntry.cs
- TextWriter.cs
- httpserverutility.cs
- DataGridViewRowEventArgs.cs
- MsmqReceiveParameters.cs
- RuntimeVariableList.cs
- PKCS1MaskGenerationMethod.cs
- MemoryMappedViewAccessor.cs
- CommandExpr.cs
- Cell.cs
- PasswordTextContainer.cs
- GcSettings.cs
- MemberCollection.cs
- SafeNativeMethods.cs
- UIElementCollection.cs
- CqlIdentifiers.cs
- ResourceContainer.cs
- BitmapDownload.cs
- InProcStateClientManager.cs
- TypeDescriptorFilterService.cs
- RemotingServices.cs
- DataServiceProcessingPipeline.cs