Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / Handlers / TraceHandlerErrorFormatter.cs / 1 / TraceHandlerErrorFormatter.cs
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. // 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. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataServiceQuery.cs
- PathHelper.cs
- MissingManifestResourceException.cs
- CapabilitiesRule.cs
- HtmlInputRadioButton.cs
- PackageFilter.cs
- XmlDocumentFragment.cs
- GridView.cs
- TextBlockAutomationPeer.cs
- ListMarkerLine.cs
- Errors.cs
- CodeMemberMethod.cs
- DataControlLinkButton.cs
- EmbeddedObject.cs
- Literal.cs
- ThrowHelper.cs
- FixedSOMPageElement.cs
- HtmlElementEventArgs.cs
- EventWaitHandle.cs
- UInt16Converter.cs
- Calendar.cs
- RemotingConfigParser.cs
- ResourceCategoryAttribute.cs
- xml.cs
- Html32TextWriter.cs
- MemoryMappedFile.cs
- WhiteSpaceTrimStringConverter.cs
- ViewgenContext.cs
- DeclaredTypeElementCollection.cs
- SamlAttributeStatement.cs
- DataControlFieldHeaderCell.cs
- ClonableStack.cs
- NodeLabelEditEvent.cs
- RealProxy.cs
- ReadOnlyDataSource.cs
- XmlSchemaSet.cs
- ReflectTypeDescriptionProvider.cs
- MouseButton.cs
- RowToFieldTransformer.cs
- CodeDirectoryCompiler.cs
- printdlgexmarshaler.cs
- CursorInteropHelper.cs
- ConfigurationValues.cs
- ContainerUtilities.cs
- SoapHeaderAttribute.cs
- Hyperlink.cs
- Point3DIndependentAnimationStorage.cs
- WinEventTracker.cs
- AssemblyName.cs
- GetIndexBinder.cs
- TemplateContent.cs
- AttachmentService.cs
- OpenTypeLayoutCache.cs
- ToolStrip.cs
- TiffBitmapDecoder.cs
- PieceDirectory.cs
- EntityCollection.cs
- _ProxyChain.cs
- filewebrequest.cs
- ClassicBorderDecorator.cs
- BitmapEffectvisualstate.cs
- SqlDataSourceView.cs
- HttpHandlerActionCollection.cs
- CryptographicAttribute.cs
- ParentQuery.cs
- SecurityTokenValidationException.cs
- FragmentQuery.cs
- Empty.cs
- ModulesEntry.cs
- StagingAreaInputItem.cs
- TextCompositionManager.cs
- EventLogPermissionEntryCollection.cs
- RadioButton.cs
- SqlConnectionPoolGroupProviderInfo.cs
- DataRowCollection.cs
- Transform3DGroup.cs
- InvalidCastException.cs
- WindowCollection.cs
- Matrix.cs
- ResizeGrip.cs
- ToolStripContainerDesigner.cs
- ServiceDebugBehavior.cs
- ArgumentDesigner.xaml.cs
- _TimerThread.cs
- QueryResultOp.cs
- StreamInfo.cs
- SimpleBitVector32.cs
- ImageClickEventArgs.cs
- TimeSpanMinutesConverter.cs
- QilCloneVisitor.cs
- DecimalConstantAttribute.cs
- GridViewDeleteEventArgs.cs
- Attributes.cs
- NodeFunctions.cs
- PageBuildProvider.cs
- PointLight.cs
- XPathMessageFilter.cs
- LogArchiveSnapshot.cs
- ApplicationInfo.cs
- DebugViewWriter.cs