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
- HtmlCommandAdapter.cs
- XmlSerializerVersionAttribute.cs
- Roles.cs
- Int32AnimationUsingKeyFrames.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- FormParameter.cs
- StackBuilderSink.cs
- DataServiceRequestException.cs
- ToolStripGripRenderEventArgs.cs
- X509ChainElement.cs
- ElementUtil.cs
- Adorner.cs
- SafeProcessHandle.cs
- TextStore.cs
- TextRangeAdaptor.cs
- XMLSchema.cs
- _PooledStream.cs
- ParameterElementCollection.cs
- GACIdentityPermission.cs
- SchemaConstraints.cs
- SQLBinaryStorage.cs
- SafeThemeHandle.cs
- FileSecurity.cs
- MasterPageCodeDomTreeGenerator.cs
- CultureInfo.cs
- LaxModeSecurityHeaderElementInferenceEngine.cs
- FigureParaClient.cs
- SyndicationSerializer.cs
- CollectionBase.cs
- Image.cs
- PrimitiveOperationFormatter.cs
- CompositeTypefaceMetrics.cs
- SkipStoryboardToFill.cs
- followingsibling.cs
- ConnectionProviderAttribute.cs
- KerberosTokenFactoryCredential.cs
- FlowDocumentScrollViewer.cs
- CodeStatement.cs
- FormatterConverter.cs
- EmptyQuery.cs
- BigIntegerStorage.cs
- RemotingHelper.cs
- PrivateFontCollection.cs
- Matrix.cs
- SchemaMapping.cs
- InvalidOperationException.cs
- HttpRequestWrapper.cs
- IsolatedStorageFilePermission.cs
- ReadOnlyNameValueCollection.cs
- WindowsFormsLinkLabel.cs
- _KerberosClient.cs
- AnnotationHelper.cs
- WsdlBuildProvider.cs
- SymbolPair.cs
- CellParaClient.cs
- DBBindings.cs
- ExternalDataExchangeService.cs
- CachedTypeface.cs
- TextDecorationCollectionConverter.cs
- TextTreeUndoUnit.cs
- DataGridViewRowsAddedEventArgs.cs
- CleanUpVirtualizedItemEventArgs.cs
- Trace.cs
- ApplicationSecurityInfo.cs
- WindowsIdentity.cs
- PropertyItem.cs
- TextContainer.cs
- ClearTypeHintValidation.cs
- CanExecuteRoutedEventArgs.cs
- LayoutDump.cs
- FileSystemEventArgs.cs
- EventMap.cs
- XmlSiteMapProvider.cs
- _Rfc2616CacheValidators.cs
- FixedSOMContainer.cs
- WizardPanel.cs
- AliasExpr.cs
- OutOfMemoryException.cs
- MemoryPressure.cs
- KeyedCollection.cs
- DelegatingTypeDescriptionProvider.cs
- ColorDialog.cs
- FrameSecurityDescriptor.cs
- InvalidPipelineStoreException.cs
- TextBoxLine.cs
- GeneralTransform3DGroup.cs
- XPathArrayIterator.cs
- XmlObjectSerializer.cs
- CollectionViewGroup.cs
- DataGridColumnDropSeparator.cs
- SQLInt32.cs
- ServiceOperationUIEditor.cs
- Oci.cs
- SecureUICommand.cs
- HMACSHA256.cs
- TextCharacters.cs
- FileVersionInfo.cs
- CharUnicodeInfo.cs
- IdentitySection.cs
- HebrewNumber.cs