Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / RunTime / ServicesExceptionNotHandledEventArgs.cs / 1305376 / ServicesExceptionNotHandledEventArgs.cs
#region Imports using System; using System.ComponentModel; using System.Diagnostics; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Collections.ObjectModel; using System.Configuration; using System.Reflection; using System.Threading; using System.Globalization; using System.IO; using System.Workflow.Runtime.Hosting; using System.Workflow.Runtime.Configuration; using System.Workflow.ComponentModel; using System.Workflow.Runtime.Tracking; using System.Workflow.ComponentModel.Compiler; using System.Xml; using System.Workflow.Runtime.DebugEngine; using System.Workflow.ComponentModel.Serialization; using System.ComponentModel.Design; using System.ComponentModel.Design.Serialization; #endregion namespace System.Workflow.Runtime { #region Class ServicesExceptionNotHandledEventArgs public sealed class ServicesExceptionNotHandledEventArgs : EventArgs { private Exception exception; private Guid instanceId; internal ServicesExceptionNotHandledEventArgs(Exception exception, Guid instanceId) { this.exception = exception; this.instanceId = instanceId; } public Exception Exception { get { return exception; } } public Guid WorkflowInstanceId { get { return instanceId; } } } #endregion } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CngProvider.cs
- AllowedAudienceUriElement.cs
- ConditionalAttribute.cs
- ExpressionConverter.cs
- PackagePart.cs
- HwndHost.cs
- RunInstallerAttribute.cs
- ActivationArguments.cs
- StructuredTypeEmitter.cs
- BackoffTimeoutHelper.cs
- ReferenceService.cs
- DetailsViewRowCollection.cs
- JsonUriDataContract.cs
- DataObjectMethodAttribute.cs
- ColorMatrix.cs
- EdmTypeAttribute.cs
- TimelineClockCollection.cs
- XmlReaderSettings.cs
- HttpSocketManager.cs
- TypeBuilderInstantiation.cs
- NameValuePermission.cs
- _SSPIWrapper.cs
- SerTrace.cs
- JsonQueryStringConverter.cs
- ConfigurationManagerInternal.cs
- JumpItem.cs
- ReplyChannelAcceptor.cs
- Slider.cs
- BidPrivateBase.cs
- ProxySimple.cs
- XmlAttributeProperties.cs
- XamlWriter.cs
- sqlser.cs
- InvalidComObjectException.cs
- DrawingContextFlattener.cs
- RenderingBiasValidation.cs
- StrokeNodeOperations2.cs
- Window.cs
- ReversePositionQuery.cs
- PointAnimationBase.cs
- CodeFieldReferenceExpression.cs
- StateChangeEvent.cs
- filewebrequest.cs
- ZipIORawDataFileBlock.cs
- TabPage.cs
- LexicalChunk.cs
- X509CertificateEndpointIdentity.cs
- DataGridViewCell.cs
- CompositeDuplexElement.cs
- XmlNavigatorStack.cs
- TableParaClient.cs
- VScrollProperties.cs
- SettingsProviderCollection.cs
- DbgCompiler.cs
- GroupDescription.cs
- ContentPathSegment.cs
- DataTableNewRowEvent.cs
- ArraySegment.cs
- oledbconnectionstring.cs
- PagePropertiesChangingEventArgs.cs
- TextRunTypographyProperties.cs
- ConfigXmlElement.cs
- TextEditorMouse.cs
- RadialGradientBrush.cs
- RoutedEventArgs.cs
- BrowserInteropHelper.cs
- RealizationContext.cs
- PrefixQName.cs
- XmlSchemaResource.cs
- CfgParser.cs
- WindowVisualStateTracker.cs
- ToolStripRenderEventArgs.cs
- RemoteDebugger.cs
- ConfigurationConverterBase.cs
- WindowsTokenRoleProvider.cs
- DomainUpDown.cs
- ActivationServices.cs
- control.ime.cs
- SynchronizedDispatch.cs
- TemplateBindingExtension.cs
- NumberSubstitution.cs
- OptionUsage.cs
- SizeKeyFrameCollection.cs
- HtmlInputSubmit.cs
- ErrorLog.cs
- SetIndexBinder.cs
- SymbolTable.cs
- ToolStripPanelRenderEventArgs.cs
- InstanceDataCollectionCollection.cs
- PseudoWebRequest.cs
- DesignSurface.cs
- Vector3dCollection.cs
- ProcessHostFactoryHelper.cs
- AlternateView.cs
- CompiledQuery.cs
- ProgressBarAutomationPeer.cs
- AutomationProperties.cs
- SecurityElement.cs
- XhtmlBasicTextViewAdapter.cs
- JoinSymbol.cs