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
- Form.cs
- CapiSymmetricAlgorithm.cs
- RootBuilder.cs
- ShaderEffect.cs
- FlowLayout.cs
- NGCSerializationManagerAsync.cs
- PageRequestManager.cs
- CollectionView.cs
- XmlDocumentType.cs
- EntityDataSourceUtil.cs
- ProfileService.cs
- CollectionViewGroup.cs
- DateTimePicker.cs
- TextServicesHost.cs
- AppDomainInfo.cs
- Queue.cs
- StringFreezingAttribute.cs
- WebPartUtil.cs
- AuthorizationSection.cs
- XmlAttributeCache.cs
- QilVisitor.cs
- ConfigurationElementProperty.cs
- ResourceSetExpression.cs
- FunctionDescription.cs
- EntityContainerEmitter.cs
- HtmlCalendarAdapter.cs
- InfiniteIntConverter.cs
- OpenTypeLayout.cs
- CodeExporter.cs
- FocusChangedEventArgs.cs
- CompilerParameters.cs
- SortDescription.cs
- CompilerError.cs
- CoreSwitches.cs
- WorkflowDebuggerSteppingAttribute.cs
- BaseContextMenu.cs
- AddingNewEventArgs.cs
- DrawListViewSubItemEventArgs.cs
- Brush.cs
- XslCompiledTransform.cs
- AttributeTableBuilder.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- XmlSerializerVersionAttribute.cs
- TransactionTraceIdentifier.cs
- BackEase.cs
- TypeConstant.cs
- DesignBindingConverter.cs
- ActivityMarkupSerializer.cs
- ProbeMatchesApril2005.cs
- ReferenceList.cs
- AccessDataSourceDesigner.cs
- ConfigurationSectionGroup.cs
- RenderTargetBitmap.cs
- HScrollBar.cs
- ComponentDispatcher.cs
- EncryptedPackage.cs
- XmlNavigatorFilter.cs
- SqlExpander.cs
- X509Extension.cs
- HtmlInputHidden.cs
- ImageAutomationPeer.cs
- DefaultMemberAttribute.cs
- OpCodes.cs
- ValidationVisibilityAttribute.cs
- TextLineResult.cs
- Stack.cs
- GridToolTip.cs
- GradientStopCollection.cs
- TargetControlTypeCache.cs
- XmlObjectSerializerReadContextComplexJson.cs
- WhitespaceRuleLookup.cs
- AvtEvent.cs
- NullableConverter.cs
- ObjectTypeMapping.cs
- EventProviderWriter.cs
- HttpHandlersSection.cs
- CompoundFileIOPermission.cs
- XmlSchemaSubstitutionGroup.cs
- streamingZipPartStream.cs
- FixedTextSelectionProcessor.cs
- DateTime.cs
- StrokeNodeEnumerator.cs
- XmlEntityReference.cs
- HtmlLiteralTextAdapter.cs
- WebReferenceOptions.cs
- ExpressionBuilder.cs
- MetaModel.cs
- XmlWellformedWriter.cs
- PlacementWorkspace.cs
- SqlDataAdapter.cs
- ToolStripManager.cs
- HttpCookieCollection.cs
- OracleRowUpdatedEventArgs.cs
- HttpStreamFormatter.cs
- SymmetricAlgorithm.cs
- ListBase.cs
- InfoCardRSAPKCS1SignatureFormatter.cs
- TTSEngineTypes.cs
- Visitors.cs
- ProtocolElementCollection.cs