Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / xsp / System / Web / Handlers / TraceHandlerErrorFormatter.cs / 1 / TraceHandlerErrorFormatter.cs
// Copyright (c) Microsoft Corporation. All rights reserved. namespace System.Web.Handlers { using System.IO; using System.Web.Util; using System.Web; using System.Collections; using System.Collections.Specialized; internal class TraceHandlerErrorFormatter : ErrorFormatter { bool _isRemote; internal TraceHandlerErrorFormatter(bool isRemote) { _isRemote = isRemote; } protected override string ErrorTitle { get { return SR.GetString(SR.Trace_Error_Title);} } protected override string Description { get { if(_isRemote) return SR.GetString(SR.Trace_Error_LocalOnly_Description); else return HttpUtility.HtmlEncode(SR.GetString(SR.Trace_Error_Enabled_Description)); } } protected override string MiscSectionTitle { get { return null; } } protected override string MiscSectionContent { get { return null; } } protected override string ColoredSquareTitle { get { string detailsTitle = SR.GetString(SR.Generic_Err_Details_Title); AdaptiveMiscContent.Add(detailsTitle); return detailsTitle; } } protected override string ColoredSquareDescription { get { string description; if(_isRemote) description = HttpUtility.HtmlEncode(SR.GetString(SR.Trace_Error_LocalOnly_Details_Desc)); else description = HttpUtility.HtmlEncode(SR.GetString(SR.Trace_Error_Enabled_Details_Desc)); AdaptiveMiscContent.Add(description); return description; } } protected override string ColoredSquareContent { get { string content; if(_isRemote) content = HttpUtility.HtmlEncode(SR.GetString(SR.Trace_Error_LocalOnly_Details_Sample)); else content = HttpUtility.HtmlEncode(SR.GetString(SR.Trace_Error_Enabled_Details_Sample)); return WrapWithLeftToRightTextFormatIfNeeded(content); } } protected override bool ShowSourceFileInfo { get { return false;} } internal override bool CanBeShownToAllUsers { get { return true;} } } } // 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
- WindowsNonControl.cs
- SafeCoTaskMem.cs
- ControlBuilderAttribute.cs
- _AcceptOverlappedAsyncResult.cs
- DataPagerField.cs
- DateTimeFormatInfo.cs
- Size3DConverter.cs
- CommonRemoteMemoryBlock.cs
- UDPClient.cs
- XmlQueryStaticData.cs
- TraceUtils.cs
- DefaultBindingPropertyAttribute.cs
- DataPagerCommandEventArgs.cs
- DeploymentExceptionMapper.cs
- SpinLock.cs
- StringWriter.cs
- odbcmetadatacolumnnames.cs
- Point.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- WebBrowserDocumentCompletedEventHandler.cs
- ParameterToken.cs
- MailAddress.cs
- DLinqTableProvider.cs
- DataGridViewButtonCell.cs
- ActivityExecutorOperation.cs
- Pen.cs
- ByteStream.cs
- PatternMatcher.cs
- ModifierKeysConverter.cs
- ComponentGlyph.cs
- DataGridViewDataErrorEventArgs.cs
- BaseCollection.cs
- XmlSchemaIdentityConstraint.cs
- CodeIdentifier.cs
- CodePageEncoding.cs
- httpserverutility.cs
- SystemResourceKey.cs
- PropertyValueChangedEvent.cs
- WindowsFormsSectionHandler.cs
- Section.cs
- XPathAncestorIterator.cs
- Dynamic.cs
- SqlFileStream.cs
- wgx_render.cs
- XmlDataCollection.cs
- XmlValidatingReaderImpl.cs
- OdbcUtils.cs
- DataFieldEditor.cs
- WebColorConverter.cs
- LogicalExpr.cs
- SessionStateUtil.cs
- AtomParser.cs
- ImageMetadata.cs
- LoginUtil.cs
- HttpContextBase.cs
- GenericRootAutomationPeer.cs
- DataGridColumnStyleMappingNameEditor.cs
- CheckBoxFlatAdapter.cs
- StringBuilder.cs
- ContainerUIElement3D.cs
- CqlLexerHelpers.cs
- SerTrace.cs
- StandardCommandToolStripMenuItem.cs
- OptionalRstParameters.cs
- MruCache.cs
- TextUtf8RawTextWriter.cs
- FilterQueryOptionExpression.cs
- SqlFlattener.cs
- ParentUndoUnit.cs
- EmptyImpersonationContext.cs
- ApplicationGesture.cs
- StringOutput.cs
- HttpResponseInternalWrapper.cs
- GestureRecognizer.cs
- HttpCachePolicy.cs
- SafeCoTaskMem.cs
- MemoryRecordBuffer.cs
- IndexerNameAttribute.cs
- DBNull.cs
- StoreContentChangedEventArgs.cs
- ThreadInterruptedException.cs
- CodeArrayIndexerExpression.cs
- MatrixIndependentAnimationStorage.cs
- ConfigurationLocationCollection.cs
- DataGridViewHitTestInfo.cs
- QueryRelOp.cs
- Internal.cs
- HttpCachePolicyWrapper.cs
- Rect3DConverter.cs
- ListInitExpression.cs
- Normalization.cs
- SudsWriter.cs
- Rotation3DAnimation.cs
- Grant.cs
- SamlConditions.cs
- TypeGenericEnumerableViewSchema.cs
- XmlSchemaParticle.cs
- ConfigurationManagerInternal.cs
- PtsPage.cs
- TypeProvider.cs