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
- ValueTypeFixupInfo.cs
- AnchoredBlock.cs
- QueuedDeliveryRequirementsMode.cs
- Header.cs
- DelegatingConfigHost.cs
- ReturnValue.cs
- InputProcessorProfilesLoader.cs
- PermissionToken.cs
- XComponentModel.cs
- ObjectTag.cs
- WpfXamlLoader.cs
- Version.cs
- DataGridViewRowStateChangedEventArgs.cs
- ReadOnlyDictionary.cs
- UnknownBitmapEncoder.cs
- CompilerLocalReference.cs
- SoapTypeAttribute.cs
- SqlCrossApplyToCrossJoin.cs
- DesignerLoader.cs
- Path.cs
- TreeNodeStyleCollectionEditor.cs
- Events.cs
- SessionPageStatePersister.cs
- SimpleTextLine.cs
- BasePattern.cs
- TextCollapsingProperties.cs
- PageThemeBuildProvider.cs
- ToolStripGripRenderEventArgs.cs
- ScriptControl.cs
- EmptyEnumerable.cs
- PrimitiveCodeDomSerializer.cs
- FunctionNode.cs
- CaseDesigner.xaml.cs
- DocumentPageViewAutomationPeer.cs
- ExplicitDiscriminatorMap.cs
- X509Utils.cs
- FlowLayout.cs
- SqlConnectionStringBuilder.cs
- VSWCFServiceContractGenerator.cs
- StoreItemCollection.Loader.cs
- ColumnCollection.cs
- DataGridViewAccessibleObject.cs
- SubtreeProcessor.cs
- XmlFormatExtensionPointAttribute.cs
- NodeInfo.cs
- DataGridViewLinkCell.cs
- StyleCollection.cs
- SiteMapNodeCollection.cs
- SqlBooleanizer.cs
- EntityDataSourceWizardForm.cs
- RuntimeVariableList.cs
- StaticFileHandler.cs
- IHttpResponseInternal.cs
- DataObjectAttribute.cs
- PropertySourceInfo.cs
- ZipIOFileItemStream.cs
- ToolStripRendererSwitcher.cs
- WindowsListViewGroup.cs
- MetabaseSettings.cs
- PreloadedPackages.cs
- MarkupExtensionReturnTypeAttribute.cs
- ConnectionPoint.cs
- SecurityElement.cs
- AccessDataSource.cs
- webeventbuffer.cs
- ContextMenu.cs
- FactoryMaker.cs
- WorkflowExecutor.cs
- securitycriticaldataformultiplegetandset.cs
- DeclarativeConditionsCollection.cs
- MimeParameter.cs
- BooleanKeyFrameCollection.cs
- TextElementEnumerator.cs
- RegionData.cs
- FixedSOMPageConstructor.cs
- RadialGradientBrush.cs
- UIElement3D.cs
- RecognizedWordUnit.cs
- ADMembershipUser.cs
- PropertySourceInfo.cs
- safemediahandle.cs
- IResourceProvider.cs
- TableItemStyle.cs
- X509RawDataKeyIdentifierClause.cs
- StoryFragments.cs
- DataGridRowHeaderAutomationPeer.cs
- ViewStateModeByIdAttribute.cs
- DynamicQueryableWrapper.cs
- ProfileParameter.cs
- InstalledVoice.cs
- EventMappingSettingsCollection.cs
- MostlySingletonList.cs
- ProviderCollection.cs
- Privilege.cs
- ActivitySurrogateSelector.cs
- Endpoint.cs
- QueryRewriter.cs
- DecimalConstantAttribute.cs
- MyContact.cs
- HttpPostedFile.cs