Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / ErrorFormatterPage.cs / 1305376 / ErrorFormatterPage.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * This is a page class that is used for adaptive error formatting for mobile * devices. * * NOTE: We explicitly override the state management methods because if the * normal page class is used, an exception is thrown for mobile devices. * For example, WmlPageAdapter uses SessionPageStatePersister * for persisting view state. SessionPageStatePersister requires * Context.Session to be available. Otherwise, it would throw in the * constructor. However, when an error occurred, Context.Session is * removed by SessionStateModule before the error is being formatted and * rendered. Hence the methods are overridden below and ignored to avoid * the exception since there is no need to persist any view state for the * adaptive error page which is created dynamically during error handling. * * Copyright (c) 2003 Microsoft Corporation */ namespace System.Web.UI { internal sealed class ErrorFormatterPage: Page { protected internal override void SavePageStateToPersistenceMedium(Object viewState) { // Override and ignore. No need to save view state for this page. } protected internal override Object LoadPageStateFromPersistenceMedium() { // Override and ignore. No view state to load for this page. return null; } } } // 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
- EnumValidator.cs
- PackUriHelper.cs
- SerializationInfo.cs
- ConfigurationException.cs
- OpCopier.cs
- XsltFunctions.cs
- Substitution.cs
- ExtensionSurface.cs
- DropDownList.cs
- TogglePatternIdentifiers.cs
- DatePickerTextBox.cs
- ETagAttribute.cs
- PhysicalOps.cs
- ObjectSecurityT.cs
- DataMemberAttribute.cs
- SafeCryptoHandles.cs
- TopClause.cs
- Input.cs
- TextInfo.cs
- XmlSchemaCollection.cs
- PathFigureCollectionConverter.cs
- RuntimeCompatibilityAttribute.cs
- NullableIntAverageAggregationOperator.cs
- EdmFunction.cs
- StandardTransformFactory.cs
- URI.cs
- ValueTypeFixupInfo.cs
- SqlErrorCollection.cs
- ResourceExpressionEditorSheet.cs
- LayoutInformation.cs
- ParentQuery.cs
- BrushValueSerializer.cs
- Attributes.cs
- Html32TextWriter.cs
- DropTarget.cs
- DeclaredTypeElement.cs
- InputScopeAttribute.cs
- TypedTableBase.cs
- ResourceReferenceKeyNotFoundException.cs
- UdpConstants.cs
- ReceiveActivity.cs
- DbProviderServices.cs
- RegexNode.cs
- DecimalFormatter.cs
- FtpRequestCacheValidator.cs
- CornerRadius.cs
- CellPartitioner.cs
- CapabilitiesPattern.cs
- Win32Exception.cs
- ChildTable.cs
- BindingListCollectionView.cs
- InputMethodStateChangeEventArgs.cs
- SaveFileDialog.cs
- ConversionContext.cs
- CatalogPartCollection.cs
- ObjectQuery_EntitySqlExtensions.cs
- ScriptBehaviorDescriptor.cs
- TextDecorations.cs
- CacheDict.cs
- SslStream.cs
- DecimalConstantAttribute.cs
- TreeViewItemAutomationPeer.cs
- Repeater.cs
- ComponentConverter.cs
- EndPoint.cs
- ResourceDictionaryCollection.cs
- EventProviderWriter.cs
- PrintEvent.cs
- RepeatInfo.cs
- FlowSwitchDesigner.xaml.cs
- HttpPostedFileWrapper.cs
- TextFormatterContext.cs
- RegexStringValidatorAttribute.cs
- RewritingValidator.cs
- SmiEventStream.cs
- NestedContainer.cs
- SqlMethods.cs
- DockAndAnchorLayout.cs
- SerializationHelper.cs
- RepeatButton.cs
- XhtmlBasicPanelAdapter.cs
- EntryPointNotFoundException.cs
- SoapAttributes.cs
- EventLogException.cs
- SelectionChangedEventArgs.cs
- GroupQuery.cs
- PlatformCulture.cs
- AxisAngleRotation3D.cs
- RightsManagementEncryptedStream.cs
- sapiproxy.cs
- ImportCatalogPart.cs
- CalendarDateRange.cs
- X509ScopedServiceCertificateElement.cs
- xmlsaver.cs
- UserInitiatedNavigationPermission.cs
- ClaimTypeElementCollection.cs
- DataRecordObjectView.cs
- AlgoModule.cs
- HttpRequestCacheValidator.cs
- XComponentModel.cs