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
- QilPatternVisitor.cs
- PbrsForward.cs
- ObjectCacheHost.cs
- HtmlElementEventArgs.cs
- BigInt.cs
- PageParserFilter.cs
- ZipIOCentralDirectoryBlock.cs
- ZipIOLocalFileDataDescriptor.cs
- PageClientProxyGenerator.cs
- MouseButton.cs
- ResumeStoryboard.cs
- TypeReference.cs
- CriticalFinalizerObject.cs
- Geometry.cs
- BaseParaClient.cs
- WebPartPersonalization.cs
- DataGridViewTextBoxEditingControl.cs
- MethodBody.cs
- XsdDataContractImporter.cs
- StylusPlugInCollection.cs
- MutexSecurity.cs
- MemoryPressure.cs
- OutputWindow.cs
- TabRenderer.cs
- KerberosSecurityTokenAuthenticator.cs
- TextTreeNode.cs
- BindingList.cs
- DashStyle.cs
- ActivationArguments.cs
- BaseParaClient.cs
- JournalNavigationScope.cs
- Compilation.cs
- ImageList.cs
- ConnectionConsumerAttribute.cs
- ObservableCollection.cs
- DropDownHolder.cs
- CompensatableTransactionScopeActivityDesigner.cs
- ServicePointManager.cs
- ComAdminWrapper.cs
- AutoGeneratedFieldProperties.cs
- SoapExtensionImporter.cs
- SymmetricKeyWrap.cs
- HttpListenerResponse.cs
- WrappingXamlSchemaContext.cs
- ValueTable.cs
- SQLRoleProvider.cs
- RequestCacheEntry.cs
- AudioFormatConverter.cs
- InfoCardPolicy.cs
- Expr.cs
- XmlEventCache.cs
- Size3D.cs
- StorageConditionPropertyMapping.cs
- DbConnectionInternal.cs
- XmlSchemaInfo.cs
- ParentControlDesigner.cs
- PageAdapter.cs
- XmlDocumentFragment.cs
- ComboBox.cs
- FieldBuilder.cs
- XmlDataContract.cs
- CompilerState.cs
- XmlSerializationWriter.cs
- TextDecoration.cs
- unsafenativemethodstextservices.cs
- ReferencedCollectionType.cs
- SearchForVirtualItemEventArgs.cs
- URL.cs
- BaseAsyncResult.cs
- EdmRelationshipNavigationPropertyAttribute.cs
- IPGlobalProperties.cs
- NaturalLanguageHyphenator.cs
- AnonymousIdentificationModule.cs
- HostVisual.cs
- Int32Collection.cs
- UIElementCollection.cs
- FrameworkContentElement.cs
- CustomTrackingQuery.cs
- ApplicationDirectory.cs
- GridViewItemAutomationPeer.cs
- precedingquery.cs
- XamlReader.cs
- CursorConverter.cs
- TableDetailsCollection.cs
- AxisAngleRotation3D.cs
- InlineCollection.cs
- HostingEnvironmentException.cs
- PackWebResponse.cs
- TypeDependencyAttribute.cs
- ConfigPathUtility.cs
- Timer.cs
- TrustLevel.cs
- RuntimeCompatibilityAttribute.cs
- TextHidden.cs
- PersonalizationStateQuery.cs
- DelegatingConfigHost.cs
- IncrementalReadDecoders.cs
- CodeGeneratorOptions.cs
- RotateTransform.cs
- PropertyDescriptorComparer.cs