Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------ // 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
- BaseParagraph.cs
- ListBindingHelper.cs
- DropSource.cs
- RetrieveVirtualItemEventArgs.cs
- Operator.cs
- PersonalizableAttribute.cs
- DataGridViewRowConverter.cs
- LinqDataSourceHelper.cs
- ClientConfigPaths.cs
- AdCreatedEventArgs.cs
- TextBoxBase.cs
- DesignerSerializationOptionsAttribute.cs
- COM2ICategorizePropertiesHandler.cs
- DocumentViewerHelper.cs
- ColorTransformHelper.cs
- TimeSpanValidator.cs
- StructuralType.cs
- PointKeyFrameCollection.cs
- EntityKeyElement.cs
- TaiwanLunisolarCalendar.cs
- ObjectReaderCompiler.cs
- TableLayoutColumnStyleCollection.cs
- DecoderNLS.cs
- ToolStripItemClickedEventArgs.cs
- RSAPKCS1SignatureFormatter.cs
- HierarchicalDataTemplate.cs
- MasterPage.cs
- SetStoryboardSpeedRatio.cs
- ComponentFactoryHelpers.cs
- PropertyPathConverter.cs
- XhtmlBasicValidationSummaryAdapter.cs
- NotSupportedException.cs
- ModelPropertyDescriptor.cs
- HtmlElementCollection.cs
- TableLayoutCellPaintEventArgs.cs
- DoubleLink.cs
- PropertyValueUIItem.cs
- SHA384Managed.cs
- Stroke.cs
- DataGridViewIntLinkedList.cs
- RegexMatch.cs
- ArgumentNullException.cs
- JsonQNameDataContract.cs
- CopyAction.cs
- TransactionsSectionGroup.cs
- TextBox.cs
- AggregateNode.cs
- CodeExporter.cs
- RtType.cs
- WindowsNonControl.cs
- EmptyEnumerable.cs
- SessionStateContainer.cs
- ObjectPropertyMapping.cs
- Point4DValueSerializer.cs
- BaseCAMarshaler.cs
- UTF7Encoding.cs
- OutputCacheProfileCollection.cs
- DesignerVerbCollection.cs
- TileBrush.cs
- BufferedWebEventProvider.cs
- SubtreeProcessor.cs
- HttpCapabilitiesSectionHandler.cs
- DesignerDataSourceView.cs
- InstanceDescriptor.cs
- PolicyDesigner.cs
- DesignerOptionService.cs
- ConfigurationException.cs
- ReferencedAssembly.cs
- HandlerBase.cs
- BuildProviderUtils.cs
- UserControlCodeDomTreeGenerator.cs
- Utils.cs
- UpdateCommand.cs
- ProgressBarHighlightConverter.cs
- ErrorWrapper.cs
- GestureRecognitionResult.cs
- WindowHideOrCloseTracker.cs
- BinaryOperationBinder.cs
- GroupQuery.cs
- ExceptionUtil.cs
- DesignBindingPropertyDescriptor.cs
- TextBounds.cs
- Mappings.cs
- UnknownWrapper.cs
- MessageEncodingBindingElementImporter.cs
- Stopwatch.cs
- WebPartZone.cs
- HelpInfo.cs
- BamlLocalizationDictionary.cs
- CapabilitiesUse.cs
- CounterCreationDataCollection.cs
- MultiTargetingUtil.cs
- ExtenderProvidedPropertyAttribute.cs
- InternalBufferManager.cs
- ColumnBinding.cs
- SecurityContext.cs
- EditCommandColumn.cs
- ZoneLinkButton.cs
- OnOperation.cs
- NoResizeSelectionBorderGlyph.cs