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
- CorePropertiesFilter.cs
- CompositeDesignerAccessibleObject.cs
- SessionSwitchEventArgs.cs
- MethodImplAttribute.cs
- InlinedAggregationOperator.cs
- CaseStatement.cs
- XsdBuilder.cs
- GuidConverter.cs
- ServiceAppDomainAssociationProvider.cs
- PartialCachingAttribute.cs
- ScrollData.cs
- EventPrivateKey.cs
- Types.cs
- DataGridItemEventArgs.cs
- SpeakCompletedEventArgs.cs
- SimpleFileLog.cs
- BackStopAuthenticationModule.cs
- BindingMemberInfo.cs
- ApplicationServiceManager.cs
- WhitespaceRuleReader.cs
- WebHttpDispatchOperationSelector.cs
- ToolStripPanelCell.cs
- CodeGeneratorOptions.cs
- ObjectListDesigner.cs
- PreloadedPackages.cs
- XmlCountingReader.cs
- PeerNearMe.cs
- DuplexChannelBinder.cs
- SchemaInfo.cs
- InternalCache.cs
- TagMapCollection.cs
- VectorAnimationUsingKeyFrames.cs
- TemplateBindingExpression.cs
- TextEditor.cs
- DataKeyArray.cs
- SizeAnimationClockResource.cs
- WSTrustDec2005.cs
- XmlCodeExporter.cs
- AsmxEndpointPickerExtension.cs
- SchemaHelper.cs
- XmlSchemaAttributeGroupRef.cs
- EventLogPermissionEntryCollection.cs
- CommonRemoteMemoryBlock.cs
- PreviewPageInfo.cs
- EpmContentSerializerBase.cs
- DataGridViewRowsRemovedEventArgs.cs
- FixedHyperLink.cs
- TableAdapterManagerHelper.cs
- SelectionChangedEventArgs.cs
- ContextStack.cs
- MaskInputRejectedEventArgs.cs
- SplashScreenNativeMethods.cs
- DbConnectionPool.cs
- HostedImpersonationContext.cs
- VariableQuery.cs
- MiniLockedBorderGlyph.cs
- UIElement3DAutomationPeer.cs
- WebRequestModuleElement.cs
- Effect.cs
- MonthChangedEventArgs.cs
- CreateUserErrorEventArgs.cs
- UnsafeNativeMethods.cs
- DataGridCell.cs
- ScriptingScriptResourceHandlerSection.cs
- GridViewCancelEditEventArgs.cs
- WindowsMenu.cs
- DataGridViewHitTestInfo.cs
- MD5CryptoServiceProvider.cs
- DataGridViewUtilities.cs
- DataGridViewLinkColumn.cs
- InternalDuplexChannelListener.cs
- ToolStripItemRenderEventArgs.cs
- DesignerImageAdapter.cs
- PlanCompilerUtil.cs
- WebPartConnectionCollection.cs
- OdbcParameterCollection.cs
- DataGridLinkButton.cs
- UpdateCompiler.cs
- ComboBoxItem.cs
- SortedDictionary.cs
- XmlSortKey.cs
- ColumnTypeConverter.cs
- ClientScriptManager.cs
- BitmapEffectOutputConnector.cs
- Vertex.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- CodeExpressionStatement.cs
- Label.cs
- UnsafeCollabNativeMethods.cs
- SupportingTokenDuplexChannel.cs
- DocumentApplicationJournalEntry.cs
- Button.cs
- CustomExpression.cs
- Content.cs
- MetadataFile.cs
- StateChangeEvent.cs
- InstallerTypeAttribute.cs
- FormatterConverter.cs
- ControlPropertyNameConverter.cs
- IODescriptionAttribute.cs