Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / xsp / System / Web / UI / TraceContextRecord.cs / 1 / TraceContextRecord.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web { using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class TraceContextRecord { private string _category; private string _message; private Exception _errorInfo; private bool _isWarning; public TraceContextRecord(string category, string msg, bool isWarning, Exception errorInfo) { _category = category; _message = msg; _isWarning = isWarning; _errorInfo = errorInfo; } public string Category { get { return _category; } } public Exception ErrorInfo { get { return _errorInfo; } } public string Message { get { return _message; } } public bool IsWarning { get { return _isWarning; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web { using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class TraceContextRecord { private string _category; private string _message; private Exception _errorInfo; private bool _isWarning; public TraceContextRecord(string category, string msg, bool isWarning, Exception errorInfo) { _category = category; _message = msg; _isWarning = isWarning; _errorInfo = errorInfo; } public string Category { get { return _category; } } public Exception ErrorInfo { get { return _errorInfo; } } public string Message { get { return _message; } } public bool IsWarning { get { return _isWarning; } } } } // 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
- TextParagraphView.cs
- NonVisualControlAttribute.cs
- Item.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- ObjectDataSourceSelectingEventArgs.cs
- PngBitmapDecoder.cs
- SqlLiftWhereClauses.cs
- SafeProcessHandle.cs
- ChangeTracker.cs
- DivideByZeroException.cs
- AdornerPresentationContext.cs
- DataTablePropertyDescriptor.cs
- ImageClickEventArgs.cs
- RtfFormatStack.cs
- DocumentPropertiesDialog.cs
- StorageModelBuildProvider.cs
- PlanCompiler.cs
- DataGridRowClipboardEventArgs.cs
- WeakReferenceList.cs
- EventMap.cs
- Funcletizer.cs
- Misc.cs
- OneOfScalarConst.cs
- MediaTimeline.cs
- PublishLicense.cs
- ClientScriptManager.cs
- TextTreeTextNode.cs
- ScriptIgnoreAttribute.cs
- JournalEntry.cs
- SafeLibraryHandle.cs
- JsonFormatReaderGenerator.cs
- WebControlParameterProxy.cs
- RoleManagerSection.cs
- SemanticTag.cs
- WindowsSolidBrush.cs
- HostingEnvironmentException.cs
- AbandonedMutexException.cs
- WebResponse.cs
- SimpleModelProvider.cs
- MultiView.cs
- PackageFilter.cs
- OverflowException.cs
- MgmtResManager.cs
- IRCollection.cs
- XmlElementAttribute.cs
- XmlDataLoader.cs
- WebPartCatalogCloseVerb.cs
- DataTableReaderListener.cs
- InheritanceContextHelper.cs
- StringFormat.cs
- Byte.cs
- XmlSchemaNotation.cs
- InkCanvasSelectionAdorner.cs
- DateBoldEvent.cs
- SqlDesignerDataSourceView.cs
- ToolStripArrowRenderEventArgs.cs
- Propagator.JoinPropagator.JoinPredicateVisitor.cs
- HttpFileCollectionWrapper.cs
- Trace.cs
- PersonalizationProviderCollection.cs
- DataGridViewRowEventArgs.cs
- BuilderInfo.cs
- ValidationSummary.cs
- DataService.cs
- PointAnimationUsingPath.cs
- ClientSideQueueItem.cs
- BStrWrapper.cs
- TableSectionStyle.cs
- Attachment.cs
- PersianCalendar.cs
- regiisutil.cs
- ProgressBarHighlightConverter.cs
- DesignTimeType.cs
- EntityRecordInfo.cs
- AlignmentYValidation.cs
- ReachFixedDocumentSerializerAsync.cs
- IOException.cs
- RegexCapture.cs
- SurrogateEncoder.cs
- GrammarBuilderWildcard.cs
- Pair.cs
- EdmFunctions.cs
- ProcessHostServerConfig.cs
- XmlILConstructAnalyzer.cs
- InvokeProviderWrapper.cs
- DataListItemCollection.cs
- DragStartedEventArgs.cs
- DataContractSerializerServiceBehavior.cs
- ValidationException.cs
- StylusShape.cs
- SizeKeyFrameCollection.cs
- Selector.cs
- XmlTextReader.cs
- PageMediaType.cs
- XamlReaderHelper.cs
- CompilerWrapper.cs
- Directory.cs
- RegexGroup.cs
- DictionaryMarkupSerializer.cs
- DataMember.cs