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
- ServiceDescriptionSerializer.cs
- HostExecutionContextManager.cs
- ProcessThread.cs
- RawMouseInputReport.cs
- XmlNodeReader.cs
- CompressionTransform.cs
- CellRelation.cs
- OperatingSystem.cs
- BitVector32.cs
- StylusPointPropertyInfo.cs
- EventLogEntry.cs
- SqlDataSourceStatusEventArgs.cs
- VerticalAlignConverter.cs
- BindingSourceDesigner.cs
- CrossContextChannel.cs
- GacUtil.cs
- SurrogateDataContract.cs
- ListManagerBindingsCollection.cs
- XsltCompileContext.cs
- RowsCopiedEventArgs.cs
- ArrangedElement.cs
- DelegatingConfigHost.cs
- TriState.cs
- PageAdapter.cs
- FixedTextPointer.cs
- SpeechEvent.cs
- DriveNotFoundException.cs
- EventMappingSettingsCollection.cs
- Token.cs
- ProtectedConfigurationProviderCollection.cs
- FilterEventArgs.cs
- FacetValues.cs
- WebPartChrome.cs
- BuildManager.cs
- DbConnectionPoolGroupProviderInfo.cs
- HtmlTextBoxAdapter.cs
- DefaultCommandConverter.cs
- XamlPointCollectionSerializer.cs
- DoubleSumAggregationOperator.cs
- Token.cs
- OdbcParameter.cs
- ProfileSettingsCollection.cs
- ThreadAttributes.cs
- CompilationPass2Task.cs
- DbReferenceCollection.cs
- DataRow.cs
- Configuration.cs
- ProjectionQueryOptionExpression.cs
- ApplicationManager.cs
- CalendarBlackoutDatesCollection.cs
- WebPageTraceListener.cs
- HelpInfo.cs
- SqlProfileProvider.cs
- InternalSafeNativeMethods.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- MarkupCompiler.cs
- FixedSOMLineRanges.cs
- isolationinterop.cs
- RelationshipFixer.cs
- XmlWrappingReader.cs
- LogicalExpr.cs
- X509ScopedServiceCertificateElement.cs
- DbMetaDataCollectionNames.cs
- TypeReference.cs
- QuaternionAnimationUsingKeyFrames.cs
- QilStrConcat.cs
- Material.cs
- Roles.cs
- PostBackOptions.cs
- ValuePatternIdentifiers.cs
- GridViewUpdatedEventArgs.cs
- DocumentViewerHelper.cs
- OleDbWrapper.cs
- Metadata.cs
- SyndicationElementExtension.cs
- AssemblyBuilder.cs
- SmiRequestExecutor.cs
- ParallelTimeline.cs
- EntityRecordInfo.cs
- TreeViewDataItemAutomationPeer.cs
- AccessText.cs
- StateItem.cs
- View.cs
- CapabilitiesRule.cs
- TextRenderer.cs
- SerializationAttributes.cs
- ObjectCloneHelper.cs
- DbProviderFactory.cs
- DbReferenceCollection.cs
- InheritanceUI.cs
- BindingExpressionUncommonField.cs
- VisualStyleTypesAndProperties.cs
- DataExpression.cs
- IProvider.cs
- WebFormsRootDesigner.cs
- AssemblyAttributes.cs
- ControlCollection.cs
- QilIterator.cs
- DataBindingCollection.cs
- InputScope.cs