Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- CatalogZone.cs
- LongValidator.cs
- InitialServerConnectionReader.cs
- HttpFileCollection.cs
- TPLETWProvider.cs
- Activity.cs
- ManipulationVelocities.cs
- BufferedOutputStream.cs
- HtmlEncodedRawTextWriter.cs
- DataGridViewTopLeftHeaderCell.cs
- _LazyAsyncResult.cs
- XmlSchemaSequence.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- MediaTimeline.cs
- MsmqDecodeHelper.cs
- ReadOnlyPermissionSet.cs
- DecimalAnimation.cs
- BamlMapTable.cs
- CompiledXpathExpr.cs
- UnicastIPAddressInformationCollection.cs
- DataTableMapping.cs
- DynamicValidatorEventArgs.cs
- ThemeDirectoryCompiler.cs
- SqlNodeAnnotation.cs
- TypeProvider.cs
- PageAsyncTask.cs
- DataControlField.cs
- CharacterMetricsDictionary.cs
- FixUpCollection.cs
- MetaDataInfo.cs
- ExpressionTextBox.xaml.cs
- SaveFileDialog.cs
- SecurityElement.cs
- ObjectSecurity.cs
- DocumentPageViewAutomationPeer.cs
- XsltException.cs
- HttpStaticObjectsCollectionWrapper.cs
- xml.cs
- Configuration.cs
- Stacktrace.cs
- XmlDataSourceNodeDescriptor.cs
- ChineseLunisolarCalendar.cs
- TypeConverterBase.cs
- TimeSpanStorage.cs
- DrawingState.cs
- CodeLinePragma.cs
- XmlCharCheckingReader.cs
- XmlAnyElementAttribute.cs
- SettingsProviderCollection.cs
- Int32Rect.cs
- SetterBase.cs
- SignatureToken.cs
- PriorityItem.cs
- XmlnsCache.cs
- SafeFileMappingHandle.cs
- TransactionProxy.cs
- SimpleWorkerRequest.cs
- ToolStripOverflowButton.cs
- TableLayoutStyleCollection.cs
- DataSourceNameHandler.cs
- LineUtil.cs
- ThreadPool.cs
- IndicCharClassifier.cs
- WebMessageEncodingElement.cs
- safex509handles.cs
- StoreItemCollection.Loader.cs
- UserControlAutomationPeer.cs
- ClockGroup.cs
- SimpleMailWebEventProvider.cs
- SignedXml.cs
- GridViewRowPresenterBase.cs
- ConfigurationSectionGroup.cs
- LinqDataSourceValidationException.cs
- RichTextBox.cs
- JsonFormatGeneratorStatics.cs
- MatcherBuilder.cs
- AutomationEventArgs.cs
- MediaPlayer.cs
- ViewValidator.cs
- XmlSchemaFacet.cs
- ChildrenQuery.cs
- DbConvert.cs
- ComplusEndpointConfigContainer.cs
- HTTPNotFoundHandler.cs
- AsyncOperationManager.cs
- RelatedEnd.cs
- DataColumnChangeEvent.cs
- safex509handles.cs
- Label.cs
- ManipulationDelta.cs
- RecognizerStateChangedEventArgs.cs
- MenuDesigner.cs
- NameTable.cs
- HyperLinkColumn.cs
- SettingsSection.cs
- AppDomain.cs
- WebConfigurationFileMap.cs
- TrackingRecordPreFilter.cs
- RMPermissions.cs
- DoubleConverter.cs