Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / 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. //------------------------------------------------------------------------------ //// 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
- SimpleApplicationHost.cs
- PackageRelationshipCollection.cs
- OutputCacheSection.cs
- Command.cs
- AutomationPatternInfo.cs
- CharStorage.cs
- SimpleMailWebEventProvider.cs
- DeferredTextReference.cs
- NavigationPropertyEmitter.cs
- WebPartChrome.cs
- ColorContextHelper.cs
- XamlGridLengthSerializer.cs
- EventLogTraceListener.cs
- PrintPreviewDialog.cs
- HtmlLink.cs
- CustomErrorsSection.cs
- Material.cs
- PublisherIdentityPermission.cs
- CellConstantDomain.cs
- AQNBuilder.cs
- StringFunctions.cs
- EntityDataSource.cs
- LogicalExpr.cs
- TypeResolvingOptions.cs
- XmlBinaryReader.cs
- ParserStreamGeometryContext.cs
- TypeInitializationException.cs
- WebPartDescriptionCollection.cs
- TypeExtension.cs
- HtmlInputButton.cs
- LogSwitch.cs
- WinFormsComponentEditor.cs
- GridView.cs
- HttpWriter.cs
- ListViewHitTestInfo.cs
- DesignerEventService.cs
- IndexedEnumerable.cs
- RadioButton.cs
- Graphics.cs
- UnaryQueryOperator.cs
- XmlArrayItemAttribute.cs
- glyphs.cs
- TemplateLookupAction.cs
- MenuAdapter.cs
- MarkupCompilePass2.cs
- FrameDimension.cs
- TypeExtensionConverter.cs
- MenuCommand.cs
- BackStopAuthenticationModule.cs
- ValueQuery.cs
- LabelExpression.cs
- AliasedSlot.cs
- XmlObjectSerializerReadContext.cs
- DependencyProperty.cs
- FileLevelControlBuilderAttribute.cs
- ConsoleEntryPoint.cs
- HttpModuleAction.cs
- WinInetCache.cs
- ComponentResourceManager.cs
- SiteMapPath.cs
- CommonEndpointBehaviorElement.cs
- MimeReturn.cs
- AssociatedControlConverter.cs
- ParenthesizePropertyNameAttribute.cs
- FormView.cs
- ButtonColumn.cs
- InfoCardBaseException.cs
- AttributeQuery.cs
- IPEndPoint.cs
- TCPListener.cs
- CodeTryCatchFinallyStatement.cs
- CodeDirectionExpression.cs
- CustomWebEventKey.cs
- ConversionValidationRule.cs
- XmlUtilWriter.cs
- XPathSelectionIterator.cs
- WebServiceBindingAttribute.cs
- PTUtility.cs
- AssociationTypeEmitter.cs
- CatalogZoneBase.cs
- SearchForVirtualItemEventArgs.cs
- TagPrefixAttribute.cs
- FontFamilyConverter.cs
- NTAccount.cs
- Int64Converter.cs
- WebPartConnectionsConnectVerb.cs
- LongAverageAggregationOperator.cs
- MobileCapabilities.cs
- RedistVersionInfo.cs
- DataMisalignedException.cs
- GlobalItem.cs
- InheritablePropertyChangeInfo.cs
- DecimalStorage.cs
- Validator.cs
- VerificationException.cs
- RemoteWebConfigurationHostServer.cs
- Trace.cs
- propertyentry.cs
- PointLight.cs
- ByteAnimation.cs