Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Handlers / TraceHandlerErrorFormatter.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ChildrenQuery.cs
- ErrorRuntimeConfig.cs
- glyphs.cs
- HealthMonitoringSection.cs
- DeleteIndexBinder.cs
- RegistryPermission.cs
- SerialReceived.cs
- EndOfStreamException.cs
- SharedStatics.cs
- UnsafeNativeMethodsMilCoreApi.cs
- AnimatedTypeHelpers.cs
- Span.cs
- SHA1Cng.cs
- StreamMarshaler.cs
- ChannelManagerService.cs
- HttpRequest.cs
- ValidationErrorInfo.cs
- AssemblyInfo.cs
- TextFormatter.cs
- ConnectionManagementElementCollection.cs
- _SpnDictionary.cs
- HTMLTagNameToTypeMapper.cs
- TextViewDesigner.cs
- ListViewItemMouseHoverEvent.cs
- OracleRowUpdatedEventArgs.cs
- FixedSOMTableRow.cs
- HttpPostedFile.cs
- ServiceDescriptionSerializer.cs
- TableSectionStyle.cs
- InkCanvasAutomationPeer.cs
- ClientSponsor.cs
- ActivityStateQuery.cs
- Accessible.cs
- Compiler.cs
- TypeDescriptionProvider.cs
- Size3DConverter.cs
- SparseMemoryStream.cs
- DataGridViewSelectedColumnCollection.cs
- AsymmetricCryptoHandle.cs
- SmiContext.cs
- safelinkcollection.cs
- StreamWriter.cs
- DBParameter.cs
- SqlClientMetaDataCollectionNames.cs
- MailSettingsSection.cs
- COM2TypeInfoProcessor.cs
- IPAddress.cs
- SafeBitVector32.cs
- SaveFileDialog.cs
- CompensationDesigner.cs
- ByteViewer.cs
- VarRemapper.cs
- HttpBrowserCapabilitiesWrapper.cs
- httpserverutility.cs
- ProfilePropertySettings.cs
- IFlowDocumentViewer.cs
- PointConverter.cs
- FixedSOMGroup.cs
- ListBox.cs
- OracleEncoding.cs
- SimpleBitVector32.cs
- xmlglyphRunInfo.cs
- InfocardExtendedInformationCollection.cs
- ObfuscateAssemblyAttribute.cs
- AuthorizationRuleCollection.cs
- CharUnicodeInfo.cs
- CompatibleComparer.cs
- EntityWrapper.cs
- BamlLocalizableResourceKey.cs
- GridErrorDlg.cs
- followingquery.cs
- XmlSchemaIdentityConstraint.cs
- LinkTarget.cs
- OdbcEnvironmentHandle.cs
- HitTestDrawingContextWalker.cs
- ClrProviderManifest.cs
- DesignerSerializationManager.cs
- FormsAuthenticationEventArgs.cs
- CustomCredentialPolicy.cs
- StrokeCollectionDefaultValueFactory.cs
- WindowCollection.cs
- DownloadProgressEventArgs.cs
- BackEase.cs
- WindowsRegion.cs
- CallbackValidatorAttribute.cs
- _DynamicWinsockMethods.cs
- UnitySerializationHolder.cs
- ZoneMembershipCondition.cs
- ComponentEditorForm.cs
- DoubleLinkList.cs
- OleDbConnectionFactory.cs
- FileDialog_Vista_Interop.cs
- WebDescriptionAttribute.cs
- FieldDescriptor.cs
- TTSVoice.cs
- BigInt.cs
- ButtonChrome.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- ProcessHostMapPath.cs
- RewritingProcessor.cs