Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- GlobalizationSection.cs
- FileAuthorizationModule.cs
- EmptyStringExpandableObjectConverter.cs
- HttpWebResponse.cs
- RoutedPropertyChangedEventArgs.cs
- EventHandlerList.cs
- BinaryFormatterWriter.cs
- PasswordBoxAutomationPeer.cs
- PersonalizationAdministration.cs
- ServiceModelEnhancedConfigurationElementCollection.cs
- RightsManagementPermission.cs
- HttpCapabilitiesBase.cs
- ListBindingHelper.cs
- XmlSerializerNamespaces.cs
- GridViewColumnHeader.cs
- ResizeGrip.cs
- OperationAbortedException.cs
- LayoutEngine.cs
- JournalEntry.cs
- RevocationPoint.cs
- SimpleBitVector32.cs
- PropertyTab.cs
- ContextProperty.cs
- CommandEventArgs.cs
- XamlStyleSerializer.cs
- TimeSpanValidator.cs
- _LocalDataStore.cs
- TypeForwardedToAttribute.cs
- CalendarSelectionChangedEventArgs.cs
- remotingproxy.cs
- IgnoreSection.cs
- XmlILModule.cs
- SamlConstants.cs
- XmlWellformedWriterHelpers.cs
- RoutedCommand.cs
- XmlNamespaceManager.cs
- Vector3D.cs
- FontConverter.cs
- FastEncoder.cs
- ImageKeyConverter.cs
- StartUpEventArgs.cs
- ItemsPresenter.cs
- XmlQuerySequence.cs
- DataBinder.cs
- CombinedGeometry.cs
- UnaryNode.cs
- SQLDateTime.cs
- XmlDictionaryReader.cs
- FormsIdentity.cs
- ValueUtilsSmi.cs
- EventProxy.cs
- DelayedRegex.cs
- LeftCellWrapper.cs
- Schedule.cs
- ScrollChangedEventArgs.cs
- RemotingSurrogateSelector.cs
- ZipIOExtraField.cs
- ArcSegment.cs
- TimeoutException.cs
- TripleDESCryptoServiceProvider.cs
- PropertyToken.cs
- SyndicationElementExtensionCollection.cs
- UnsafeNativeMethods.cs
- StrokeNodeOperations.cs
- XmlSchemaException.cs
- PointLight.cs
- MobileFormsAuthentication.cs
- MonitorWrapper.cs
- TextEncodedRawTextWriter.cs
- HttpException.cs
- RegisteredArrayDeclaration.cs
- Tokenizer.cs
- TranslateTransform.cs
- sitestring.cs
- EventWaitHandle.cs
- SynchronousChannel.cs
- DataSourceView.cs
- DataGridDesigner.cs
- ZipFileInfoCollection.cs
- Schema.cs
- EmbeddedMailObjectsCollection.cs
- DataObjectSettingDataEventArgs.cs
- HMACRIPEMD160.cs
- SqlComparer.cs
- WizardDesigner.cs
- SingleTagSectionHandler.cs
- SqlBuilder.cs
- TransformValueSerializer.cs
- CallbackCorrelationInitializer.cs
- CompensatableTransactionScopeActivityDesigner.cs
- _ConnectStream.cs
- DataGridViewTextBoxEditingControl.cs
- SchemaEntity.cs
- Visitor.cs
- RichTextBox.cs
- XamlBrushSerializer.cs
- ScrollChangedEventArgs.cs
- Logging.cs
- LayoutTableCell.cs
- DataControlFieldHeaderCell.cs