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
- Canvas.cs
- DateBoldEvent.cs
- TemplateNameScope.cs
- SiteMapHierarchicalDataSourceView.cs
- CodeMemberMethod.cs
- HttpRuntime.cs
- DataContract.cs
- ExpressionNormalizer.cs
- QueryExpr.cs
- FixedSOMTextRun.cs
- HostSecurityManager.cs
- LockCookie.cs
- KeyNotFoundException.cs
- DependentList.cs
- IxmlLineInfo.cs
- BitVec.cs
- HttpServerVarsCollection.cs
- FixUp.cs
- PolyLineSegment.cs
- ImageDesigner.cs
- NullableFloatMinMaxAggregationOperator.cs
- ConnectionStringsSection.cs
- SerializationObjectManager.cs
- CriticalFinalizerObject.cs
- _CommandStream.cs
- StylusTip.cs
- DataGridPagingPage.cs
- StatusBar.cs
- HwndMouseInputProvider.cs
- MSAAWinEventWrap.cs
- DependencyPropertyDescriptor.cs
- arclist.cs
- ContractNamespaceAttribute.cs
- CompilerScopeManager.cs
- _AuthenticationState.cs
- ProxyWebPartConnectionCollection.cs
- ACE.cs
- CustomSignedXml.cs
- ScrollEvent.cs
- MDIClient.cs
- PipelineModuleStepContainer.cs
- VisemeEventArgs.cs
- WebBaseEventKeyComparer.cs
- SmiMetaDataProperty.cs
- IssuedTokenParametersElement.cs
- UnionCodeGroup.cs
- EventData.cs
- ConfigUtil.cs
- WebPartTracker.cs
- counter.cs
- BoolExpressionVisitors.cs
- StandardTransformFactory.cs
- DatatypeImplementation.cs
- DependencyPropertyValueSerializer.cs
- OdbcRowUpdatingEvent.cs
- XmlSortKeyAccumulator.cs
- PhysicalOps.cs
- Calendar.cs
- SMSvcHost.cs
- LinearQuaternionKeyFrame.cs
- RotationValidation.cs
- TextEditorCharacters.cs
- SmtpMail.cs
- RectKeyFrameCollection.cs
- SupportingTokenProviderSpecification.cs
- Utils.cs
- ExpressionLink.cs
- Stylesheet.cs
- sqlser.cs
- SymLanguageVendor.cs
- SqlCachedBuffer.cs
- COAUTHINFO.cs
- NetworkInterface.cs
- HasCopySemanticsAttribute.cs
- HttpSysSettings.cs
- StorageTypeMapping.cs
- Wizard.cs
- WebPartRestoreVerb.cs
- nulltextnavigator.cs
- ResourcesGenerator.cs
- SubMenuStyleCollection.cs
- PartialList.cs
- RemotingConfigParser.cs
- FormattedTextSymbols.cs
- JsonSerializer.cs
- SelectionPatternIdentifiers.cs
- ConstNode.cs
- WebPartsSection.cs
- OperationFormatStyle.cs
- EntityProviderServices.cs
- SQLMembershipProvider.cs
- SmiTypedGetterSetter.cs
- SchemaRegistration.cs
- DbConnectionPoolGroup.cs
- IndicShape.cs
- DbConnectionStringBuilder.cs
- ButtonBase.cs
- MimeParameter.cs
- Debugger.cs
- XmlUtilWriter.cs