Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / UI / ErrorFormatterPage.cs / 1 / 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. //------------------------------------------------------------------------------ //// 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
- JsonByteArrayDataContract.cs
- TwoPhaseCommit.cs
- SqlBulkCopyColumnMappingCollection.cs
- ZoneLinkButton.cs
- MouseCaptureWithinProperty.cs
- EntityCommandCompilationException.cs
- DesignTimeParseData.cs
- GlyphTypeface.cs
- ConnectionManagementElementCollection.cs
- WebEvents.cs
- TwoPhaseCommit.cs
- DesignerDataRelationship.cs
- LineVisual.cs
- DataGridViewRowsAddedEventArgs.cs
- DesignerRegion.cs
- CodeStatement.cs
- ConfigXmlText.cs
- AspCompat.cs
- DocumentDesigner.cs
- ListBindableAttribute.cs
- PassportAuthentication.cs
- StringValueSerializer.cs
- WebServiceData.cs
- DataColumnPropertyDescriptor.cs
- SettingsPropertyWrongTypeException.cs
- TypeSystem.cs
- DebugController.cs
- _ListenerResponseStream.cs
- rsa.cs
- Panel.cs
- IdentityElement.cs
- PermissionSetEnumerator.cs
- Baml2006ReaderContext.cs
- MembershipAdapter.cs
- LinqMaximalSubtreeNominator.cs
- AsyncCompletedEventArgs.cs
- ContentValidator.cs
- dbenumerator.cs
- IdentifierService.cs
- ToolStripSplitStackLayout.cs
- PeerName.cs
- ScrollBarRenderer.cs
- NavigationProperty.cs
- ItemContainerGenerator.cs
- Aggregates.cs
- ExceptionUtil.cs
- MarginCollapsingState.cs
- XamlTemplateSerializer.cs
- NativeDirectoryServicesQueryAPIs.cs
- NullableConverter.cs
- ToolStripMenuItem.cs
- ImplicitInputBrush.cs
- ConnectionPoolManager.cs
- SplitterCancelEvent.cs
- ProjectedSlot.cs
- ContentPathSegment.cs
- ListViewTableCell.cs
- ExtensionSimplifierMarkupObject.cs
- BufferedGraphicsContext.cs
- SecurityChannel.cs
- Thread.cs
- MessageQueuePermission.cs
- WebPartDeleteVerb.cs
- Adorner.cs
- CheckBoxPopupAdapter.cs
- DataGridViewRowEventArgs.cs
- MetadataStore.cs
- LinqDataSourceContextData.cs
- DispatcherHookEventArgs.cs
- OutputCacheSettings.cs
- entityreference_tresulttype.cs
- RemoteWebConfigurationHostStream.cs
- CheckBoxFlatAdapter.cs
- HttpCookiesSection.cs
- StreamUpdate.cs
- CheckPair.cs
- ComPlusTypeLoader.cs
- Stroke.cs
- NamespaceInfo.cs
- FixedTextBuilder.cs
- COM2PropertyBuilderUITypeEditor.cs
- NamespaceDisplayAutomationPeer.cs
- ForEachDesigner.xaml.cs
- ExpressionBindingCollection.cs
- CounterSampleCalculator.cs
- NetworkAddressChange.cs
- NegationPusher.cs
- SafeEventLogWriteHandle.cs
- JavaScriptSerializer.cs
- DataGridTextBoxColumn.cs
- UnmanagedMemoryAccessor.cs
- FontCollection.cs
- EventWaitHandleSecurity.cs
- XmlEncodedRawTextWriter.cs
- assertwrapper.cs
- ButtonBaseAutomationPeer.cs
- DataGridViewColumnTypeEditor.cs
- PropertyMappingExceptionEventArgs.cs
- DecimalConstantAttribute.cs
- ColorTransform.cs