Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BitmapPalettes.cs
- BuildProvider.cs
- SiteMapNodeItemEventArgs.cs
- ListBindingConverter.cs
- ReachIDocumentPaginatorSerializer.cs
- Merger.cs
- MetaModel.cs
- WorkflowDesignerColors.cs
- ProcessRequestArgs.cs
- DataControlFieldCollection.cs
- DataColumnCollection.cs
- DocumentGridPage.cs
- COM2PropertyDescriptor.cs
- Parameter.cs
- RegisteredArrayDeclaration.cs
- ControlCollection.cs
- TimeSpanParse.cs
- TemplateFactory.cs
- DataGridView.cs
- OleDbTransaction.cs
- TdsParserSessionPool.cs
- WS2007FederationHttpBinding.cs
- BinaryConverter.cs
- StreamWriter.cs
- StylusEditingBehavior.cs
- HotSpot.cs
- ControlBuilder.cs
- ValueOfAction.cs
- MethodCallConverter.cs
- ReceiveDesigner.xaml.cs
- ThreadAttributes.cs
- NullRuntimeConfig.cs
- ImageMapEventArgs.cs
- _AcceptOverlappedAsyncResult.cs
- ScrollViewer.cs
- WindowsGraphics.cs
- WindowsStatic.cs
- AmbiguousMatchException.cs
- EntityChangedParams.cs
- RegexCharClass.cs
- TypeBinaryExpression.cs
- HebrewNumber.cs
- CheckBox.cs
- SimpleWorkerRequest.cs
- DoubleAnimation.cs
- WaveHeader.cs
- EnlistmentState.cs
- SpecialFolderEnumConverter.cs
- RuntimeHandles.cs
- AvTrace.cs
- XmlQueryContext.cs
- HostProtectionException.cs
- ViewLoader.cs
- WindowsGraphics.cs
- LinkConverter.cs
- ReturnType.cs
- ActivityDesignerHighlighter.cs
- DropDownButton.cs
- ClientCultureInfo.cs
- CompressionTransform.cs
- CompressedStack.cs
- OutputCacheSection.cs
- WebResourceAttribute.cs
- QuotedPrintableStream.cs
- validationstate.cs
- HiddenField.cs
- GenericTextProperties.cs
- QueuePathEditor.cs
- DocumentViewerConstants.cs
- SqlDataSourceRefreshSchemaForm.cs
- AuthenticationService.cs
- WebPartEditVerb.cs
- KerberosSecurityTokenAuthenticator.cs
- RegexMatchCollection.cs
- ViewCellSlot.cs
- SlipBehavior.cs
- DesignerDataTable.cs
- exports.cs
- ValidationHelper.cs
- TemplateDefinition.cs
- XPathDocumentIterator.cs
- DispatcherFrame.cs
- SetIndexBinder.cs
- Pkcs7Recipient.cs
- Compress.cs
- LookupBindingPropertiesAttribute.cs
- ProfilePropertySettings.cs
- PeerNameRegistration.cs
- BuildProvidersCompiler.cs
- Stroke2.cs
- Stroke.cs
- PersonalizationEntry.cs
- QueryContinueDragEventArgs.cs
- TextWriter.cs
- CharAnimationBase.cs
- WindowsListViewScroll.cs
- LocatorPartList.cs
- BamlLocalizer.cs
- PreparingEnlistment.cs
- TimelineCollection.cs