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
- BlurBitmapEffect.cs
- AnimationLayer.cs
- IDispatchConstantAttribute.cs
- IProvider.cs
- CollectionsUtil.cs
- ConnectionStringsSection.cs
- FileVersion.cs
- SqlClientMetaDataCollectionNames.cs
- BufferedStream.cs
- MexServiceChannelBuilder.cs
- ZipPackage.cs
- StaticContext.cs
- InfiniteTimeSpanConverter.cs
- DataServiceQueryProvider.cs
- Quack.cs
- XomlCompilerError.cs
- RenderDataDrawingContext.cs
- SqlDataSourceSelectingEventArgs.cs
- QueryExpression.cs
- InheritanceAttribute.cs
- XmlSchemaSimpleType.cs
- ArrayList.cs
- InputLangChangeEvent.cs
- PasswordValidationException.cs
- AstTree.cs
- TextEndOfLine.cs
- Random.cs
- CqlWriter.cs
- Encoder.cs
- DbReferenceCollection.cs
- StaticContext.cs
- SmtpMail.cs
- TemplateControlParser.cs
- AsyncCompletedEventArgs.cs
- TransformerInfo.cs
- WebBaseEventKeyComparer.cs
- DictionarySectionHandler.cs
- DbDeleteCommandTree.cs
- WebScriptClientGenerator.cs
- EventItfInfo.cs
- DeferredReference.cs
- VectorCollectionConverter.cs
- EntityPropertyMappingAttribute.cs
- DropSource.cs
- RefreshEventArgs.cs
- Effect.cs
- SatelliteContractVersionAttribute.cs
- ping.cs
- TraceListener.cs
- Attachment.cs
- BindingValueChangedEventArgs.cs
- SendMailErrorEventArgs.cs
- FatalException.cs
- MasterPageBuildProvider.cs
- RecognitionEventArgs.cs
- ComboBoxRenderer.cs
- XmlNodeChangedEventArgs.cs
- HttpServerUtilityWrapper.cs
- Native.cs
- DataSet.cs
- PackageProperties.cs
- NativeMethodsCLR.cs
- FontResourceCache.cs
- DataChangedEventManager.cs
- AdCreatedEventArgs.cs
- SystemResourceHost.cs
- SqlSelectStatement.cs
- RewritingSimplifier.cs
- FixedSOMContainer.cs
- InvalidDataException.cs
- ExpandCollapsePattern.cs
- FixedSOMElement.cs
- SqlRecordBuffer.cs
- WindowsListViewItemCheckBox.cs
- Pointer.cs
- LinkUtilities.cs
- UnsafeNativeMethods.cs
- WebHttpSecurityElement.cs
- ElementHost.cs
- CodeNamespaceImportCollection.cs
- ProgressPage.cs
- StorageScalarPropertyMapping.cs
- NumericUpDownAcceleration.cs
- Int16KeyFrameCollection.cs
- IndependentAnimationStorage.cs
- DataBindingCollection.cs
- Splitter.cs
- CustomAttributeSerializer.cs
- CodeDelegateInvokeExpression.cs
- PathSegmentCollection.cs
- ResourceSetExpression.cs
- InternalDispatchObject.cs
- ComponentRenameEvent.cs
- ConfigurationManagerInternalFactory.cs
- Panel.cs
- SocketPermission.cs
- PointConverter.cs
- SystemIPInterfaceProperties.cs
- DateTimeOffset.cs
- NativeObjectSecurity.cs