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
- CustomWebEventKey.cs
- IIS7WorkerRequest.cs
- SafeLibraryHandle.cs
- EventEntry.cs
- QuaternionRotation3D.cs
- Internal.cs
- BinaryObjectWriter.cs
- AlternationConverter.cs
- DataTableMappingCollection.cs
- XamlTypeMapper.cs
- CodeLinePragma.cs
- FontNamesConverter.cs
- oledbmetadatacollectionnames.cs
- CodeGotoStatement.cs
- StateBag.cs
- CodeSnippetExpression.cs
- BindingContext.cs
- OperationExecutionFault.cs
- ValidationPropertyAttribute.cs
- ContentIterators.cs
- SponsorHelper.cs
- TraversalRequest.cs
- SortQuery.cs
- StorageRoot.cs
- ArrayTypeMismatchException.cs
- NeutralResourcesLanguageAttribute.cs
- Selection.cs
- EntityViewGenerator.cs
- ToolStripItemImageRenderEventArgs.cs
- CssClassPropertyAttribute.cs
- ChildChangedEventArgs.cs
- ArgumentNullException.cs
- ValidationSummary.cs
- brushes.cs
- ComponentCollection.cs
- RoutingChannelExtension.cs
- ControlPropertyNameConverter.cs
- VisualTarget.cs
- Filter.cs
- OrderPreservingMergeHelper.cs
- StandardCommands.cs
- initElementDictionary.cs
- SubMenuStyle.cs
- MediaSystem.cs
- SByteConverter.cs
- DuplicateWaitObjectException.cs
- ZipQueryOperator.cs
- StringValueSerializer.cs
- OracleString.cs
- ViewBase.cs
- BoundField.cs
- RightsManagementEncryptedStream.cs
- BaseDataListPage.cs
- TextInfo.cs
- ParserOptions.cs
- DataGridViewImageCell.cs
- WebBrowserDocumentCompletedEventHandler.cs
- KeyManager.cs
- Predicate.cs
- ColumnHeaderConverter.cs
- ISFTagAndGuidCache.cs
- MimePart.cs
- EncryptedReference.cs
- TableCell.cs
- InvalidCastException.cs
- CollectionChangedEventManager.cs
- coordinatorfactory.cs
- TimerEventSubscriptionCollection.cs
- IdentityManager.cs
- EventSinkHelperWriter.cs
- InvalidDataException.cs
- FormattedTextSymbols.cs
- PointAnimationClockResource.cs
- StylusCaptureWithinProperty.cs
- FindSimilarActivitiesVerb.cs
- EncoderExceptionFallback.cs
- DbConnectionStringCommon.cs
- OleDbTransaction.cs
- Query.cs
- TableParaClient.cs
- TraceRecords.cs
- CodeTypeReferenceExpression.cs
- ConnectorDragDropGlyph.cs
- SettingsProviderCollection.cs
- ProjectionPathBuilder.cs
- DesignSurface.cs
- SqlInternalConnectionSmi.cs
- ReceiveSecurityHeader.cs
- HttpDebugHandler.cs
- BackgroundWorker.cs
- QuaternionIndependentAnimationStorage.cs
- Tuple.cs
- DispatchChannelSink.cs
- ServerIdentity.cs
- TriggerCollection.cs
- XmlAttributeOverrides.cs
- Int32RectValueSerializer.cs
- RegexCompiler.cs
- SerialReceived.cs
- ElementNotAvailableException.cs