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
- BitHelper.cs
- SqlRowUpdatingEvent.cs
- AnimatedTypeHelpers.cs
- TemplateKey.cs
- AdapterDictionary.cs
- Constant.cs
- ClientScriptManagerWrapper.cs
- CodeMemberMethod.cs
- StringDictionary.cs
- ReadOnlyDictionary.cs
- TextWriterTraceListener.cs
- VirtualDirectoryMappingCollection.cs
- DoubleLinkList.cs
- DataGridViewRowsRemovedEventArgs.cs
- Activity.cs
- SizeAnimation.cs
- CheckBoxBaseAdapter.cs
- HtmlInputHidden.cs
- Cursors.cs
- _ChunkParse.cs
- GuidelineCollection.cs
- ProcessProtocolHandler.cs
- AddInProcess.cs
- ClassHandlersStore.cs
- SessionStateContainer.cs
- CoTaskMemHandle.cs
- TemplateNodeContextMenu.cs
- ArrayElementGridEntry.cs
- SslStream.cs
- CapabilitiesState.cs
- HttpRequestTraceRecord.cs
- BitmapEffectInputData.cs
- ExtenderProvidedPropertyAttribute.cs
- CodeMemberEvent.cs
- RectangleConverter.cs
- UserControl.cs
- ManagedFilter.cs
- NameTable.cs
- SimpleTableProvider.cs
- RegistrationServices.cs
- TemplateColumn.cs
- RuleRef.cs
- Solver.cs
- IndexOutOfRangeException.cs
- FlatButtonAppearance.cs
- EventWaitHandle.cs
- ConstructorNeedsTagAttribute.cs
- CodeSubDirectory.cs
- ConfigXmlSignificantWhitespace.cs
- ScrollEvent.cs
- BitmapEffectInputData.cs
- SystemResources.cs
- WebScriptEndpointElement.cs
- MessageQueueEnumerator.cs
- InputQueue.cs
- InvokeDelegate.cs
- PartManifestEntry.cs
- LocalClientSecuritySettings.cs
- AuthStoreRoleProvider.cs
- TypeHelper.cs
- Cursor.cs
- WizardStepCollectionEditor.cs
- Timeline.cs
- OleDbParameter.cs
- CodeAttributeArgumentCollection.cs
- SqlServer2KCompatibilityAnnotation.cs
- BindingListCollectionView.cs
- MessageBox.cs
- EmbossBitmapEffect.cs
- HostProtectionException.cs
- WebEvents.cs
- PipelineDeploymentState.cs
- DataServiceRequestException.cs
- DirectoryGroupQuery.cs
- InitializerFacet.cs
- HttpListenerException.cs
- Knowncolors.cs
- VisualTransition.cs
- ZipIOFileItemStream.cs
- TraceContext.cs
- SByteStorage.cs
- XmlEntity.cs
- ExternalCalls.cs
- WindowsTokenRoleProvider.cs
- DeploymentSection.cs
- TextElementAutomationPeer.cs
- UntypedNullExpression.cs
- DoubleCollection.cs
- Viewport3DVisual.cs
- ValidationResult.cs
- TextServicesHost.cs
- XmlLanguage.cs
- WebBrowserEvent.cs
- EpmSyndicationContentSerializer.cs
- SignatureToken.cs
- ColumnPropertiesGroup.cs
- PaintValueEventArgs.cs
- GlobalizationAssembly.cs
- WmlMobileTextWriter.cs
- XmlElementElementCollection.cs