Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; }
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WebPartCatalogAddVerb.cs
- SortQuery.cs
- ProcessHost.cs
- DBBindings.cs
- COM2ComponentEditor.cs
- UriTemplateMatchException.cs
- TraceXPathNavigator.cs
- StylusCollection.cs
- UriWriter.cs
- QueryMath.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- SafeFileHandle.cs
- FrameworkContentElement.cs
- TemplateInstanceAttribute.cs
- AttributeProviderAttribute.cs
- WorkflowRequestContext.cs
- SelectionProviderWrapper.cs
- SoapEnumAttribute.cs
- TextViewSelectionProcessor.cs
- RawTextInputReport.cs
- DataColumnMappingCollection.cs
- Stylus.cs
- SettingsSection.cs
- OutputCacheSettings.cs
- DbCommandTree.cs
- SmiEventSink.cs
- AdjustableArrowCap.cs
- ExceptionTrace.cs
- ProxyWebPartManager.cs
- TextEditorMouse.cs
- Base64Decoder.cs
- HttpModuleCollection.cs
- SchemaTableColumn.cs
- TextTreeNode.cs
- ArgumentValueSerializer.cs
- DataServiceQueryContinuation.cs
- DateBoldEvent.cs
- DecimalKeyFrameCollection.cs
- SignedPkcs7.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- WebEventCodes.cs
- MetadataLocation.cs
- SoapIncludeAttribute.cs
- SecurityHelper.cs
- SafeFileMappingHandle.cs
- SqlConnectionString.cs
- PartManifestEntry.cs
- KerberosSecurityTokenAuthenticator.cs
- SuppressMessageAttribute.cs
- Rights.cs
- DataTableClearEvent.cs
- InputLanguage.cs
- ByteAnimationBase.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- GeneratedCodeAttribute.cs
- glyphs.cs
- ConstructorBuilder.cs
- SqlCommandBuilder.cs
- InternalReceiveMessage.cs
- Function.cs
- SymLanguageType.cs
- DataBindingExpressionBuilder.cs
- RtfControlWordInfo.cs
- FtpWebRequest.cs
- ZipIOModeEnforcingStream.cs
- RawStylusInput.cs
- Manipulation.cs
- DPTypeDescriptorContext.cs
- GlyphCache.cs
- _FixedSizeReader.cs
- FilterElement.cs
- DataControlButton.cs
- RectangleGeometry.cs
- WindowsPen.cs
- Wrapper.cs
- Converter.cs
- ZipIOLocalFileDataDescriptor.cs
- ReaderOutput.cs
- ObjectViewQueryResultData.cs
- DeferredReference.cs
- DataServiceKeyAttribute.cs
- MethodImplAttribute.cs
- SQLMembershipProvider.cs
- BStrWrapper.cs
- ApplicationServiceHelper.cs
- SQLBytesStorage.cs
- DependencyPropertyDescriptor.cs
- TreeNodeEventArgs.cs
- StringSource.cs
- HtmlPanelAdapter.cs
- storepermission.cs
- DelegatingHeader.cs
- ProfileSection.cs
- WindowsScrollBarBits.cs
- ResolveNameEventArgs.cs
- CodeGen.cs
- HostingEnvironmentSection.cs
- PolicyManager.cs
- MaskedTextBoxTextEditor.cs
- Normalization.cs