Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / System.Runtime.DurableInstancing / System / Runtime / TracePayload.cs / 1305376 / TracePayload.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.Runtime { struct TracePayload { string serializedException; string eventSource; string appDomainFriendlyName; string extendedData; string hostReference; public TracePayload(string serializedException, string eventSource, string appDomainFriendlyName, string extendedData, string hostReference) { this.serializedException = serializedException; this.eventSource = eventSource; this.appDomainFriendlyName = appDomainFriendlyName; this.extendedData = extendedData; this.hostReference = hostReference; } public string SerializedException { get { return this.serializedException; } } public string EventSource { get { return this.eventSource; } } public string AppDomainFriendlyName { get { return this.appDomainFriendlyName; } } public string ExtendedData { get { return this.extendedData; } } public string HostReference { get { return this.hostReference; } } } } // 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
- HttpModulesInstallComponent.cs
- PartialCachingAttribute.cs
- RedistVersionInfo.cs
- TreeViewHitTestInfo.cs
- HotCommands.cs
- ControlDesigner.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- Activator.cs
- SmtpNetworkElement.cs
- TreeView.cs
- JsonFormatMapping.cs
- Padding.cs
- ComponentGlyph.cs
- IRCollection.cs
- BitmapCodecInfo.cs
- TextAdaptor.cs
- ByteAnimationBase.cs
- AuthStoreRoleProvider.cs
- QueueException.cs
- XsltContext.cs
- __Filters.cs
- GeometryHitTestResult.cs
- EnumerableRowCollectionExtensions.cs
- TimeEnumHelper.cs
- TableLayoutColumnStyleCollection.cs
- Point3DAnimation.cs
- SystemResources.cs
- PeerNameRecord.cs
- DataListAutoFormat.cs
- ToolStripArrowRenderEventArgs.cs
- PlaceHolder.cs
- SamlSecurityToken.cs
- TraceInternal.cs
- URLIdentityPermission.cs
- ServiceDiscoveryBehavior.cs
- Trigger.cs
- DataColumnMappingCollection.cs
- DataBindingValueUIHandler.cs
- DataGridItemAutomationPeer.cs
- AtomMaterializer.cs
- Permission.cs
- PropertyMetadata.cs
- DataViewManagerListItemTypeDescriptor.cs
- ConnectionStringsExpressionEditor.cs
- EnvelopedPkcs7.cs
- JavaScriptObjectDeserializer.cs
- SQLBytesStorage.cs
- Exception.cs
- TextBox.cs
- MenuTracker.cs
- ThicknessAnimationBase.cs
- SecurityHelper.cs
- FontStretchConverter.cs
- DataGridHeaderBorder.cs
- ColorConvertedBitmap.cs
- SelectedCellsChangedEventArgs.cs
- ProfileService.cs
- MeasureItemEvent.cs
- SelectionGlyphBase.cs
- M3DUtil.cs
- DataServiceHostWrapper.cs
- ContextQuery.cs
- TemplateParser.cs
- SiteMap.cs
- DbConnectionPoolOptions.cs
- XPathScanner.cs
- UserNamePasswordValidationMode.cs
- RSAOAEPKeyExchangeFormatter.cs
- DataServiceExpressionVisitor.cs
- Int16KeyFrameCollection.cs
- ContractsBCL.cs
- ResourcePool.cs
- DisableDpiAwarenessAttribute.cs
- ConfigXmlWhitespace.cs
- CodeDOMUtility.cs
- ColorBuilder.cs
- CancelEventArgs.cs
- infer.cs
- ColumnBinding.cs
- Events.cs
- NativeMethods.cs
- TextSelection.cs
- ListDictionaryInternal.cs
- BaseAppDomainProtocolHandler.cs
- SqlConnectionPoolProviderInfo.cs
- RichTextBox.cs
- WebPartCatalogAddVerb.cs
- DynamicContractTypeBuilder.cs
- SoapIncludeAttribute.cs
- ApplicationException.cs
- Trace.cs
- PixelShader.cs
- AccessorTable.cs
- PingReply.cs
- WebPartConnectionsEventArgs.cs
- WrappedOptions.cs
- DocumentCollection.cs
- OneToOneMappingSerializer.cs
- SharedDp.cs
- SmtpTransport.cs