Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / 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. // 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
- Executor.cs
- NativeMethods.cs
- MetaModel.cs
- Parser.cs
- JobCollate.cs
- InheritanceUI.cs
- BooleanAnimationBase.cs
- EmptyElement.cs
- AsymmetricSecurityProtocolFactory.cs
- AppModelKnownContentFactory.cs
- MissingFieldException.cs
- DeviceContexts.cs
- Rules.cs
- ToolStripDropDownClosedEventArgs.cs
- Debug.cs
- SizeAnimation.cs
- XamlToRtfWriter.cs
- GeneratedView.cs
- FrameworkEventSource.cs
- SafeCertificateStore.cs
- MasterPageBuildProvider.cs
- SQLSingle.cs
- WebPartZone.cs
- CookielessData.cs
- CompiledRegexRunner.cs
- DataGridViewLayoutData.cs
- CryptoApi.cs
- SoapParser.cs
- PropertyDescriptor.cs
- JoinTreeNode.cs
- RoutedUICommand.cs
- WindowsFormsSectionHandler.cs
- MatrixAnimationUsingKeyFrames.cs
- ProfileSection.cs
- BindingExpression.cs
- WindowsHyperlink.cs
- SimpleType.cs
- SelectionRange.cs
- categoryentry.cs
- EncodingTable.cs
- ModelUIElement3D.cs
- ContextDataSourceContextData.cs
- ValueUtilsSmi.cs
- SessionStateSection.cs
- InertiaRotationBehavior.cs
- NativeBuffer.cs
- MediaElement.cs
- Options.cs
- DomainConstraint.cs
- EventLogPropertySelector.cs
- CharacterShapingProperties.cs
- OleDbWrapper.cs
- SettingsAttributeDictionary.cs
- WindowsNonControl.cs
- TypeUtil.cs
- DataGrid.cs
- WebPartCatalogAddVerb.cs
- SplineKeyFrames.cs
- hwndwrapper.cs
- StrokeCollection.cs
- DesignerCatalogPartChrome.cs
- HttpWrapper.cs
- ProviderConnectionPoint.cs
- HexParser.cs
- IOThreadScheduler.cs
- OracleConnectionString.cs
- KeyValuePair.cs
- PageCache.cs
- SqlDependencyListener.cs
- AlternationConverter.cs
- MissingMethodException.cs
- InvokeMemberBinder.cs
- Int32AnimationBase.cs
- TypeElementCollection.cs
- IdentityHolder.cs
- _HeaderInfoTable.cs
- FormsAuthenticationModule.cs
- SHA1.cs
- SignatureToken.cs
- SafeNativeMethods.cs
- AspNetPartialTrustHelpers.cs
- OdbcConnectionPoolProviderInfo.cs
- METAHEADER.cs
- precedingquery.cs
- XmlCollation.cs
- RegistrationServices.cs
- PointLightBase.cs
- SQLBinary.cs
- listitem.cs
- XmlSchemaComplexContentRestriction.cs
- AncillaryOps.cs
- EmbeddedMailObject.cs
- AssertHelper.cs
- XmlSchemaProviderAttribute.cs
- PageCatalogPart.cs
- FixedStringLookup.cs
- RegisteredExpandoAttribute.cs
- PropertyMapper.cs
- XmlSerializerFactory.cs
- PermissionListSet.cs