Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / System.Activities / System / Activities / WorkflowApplicationUnhandledExceptionEventArgs.cs / 1305376 / WorkflowApplicationUnhandledExceptionEventArgs.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.Activities { using System; using System.Activities.Hosting; using System.Runtime; [Fx.Tag.XamlVisible(false)] public class WorkflowApplicationUnhandledExceptionEventArgs : WorkflowApplicationEventArgs { internal WorkflowApplicationUnhandledExceptionEventArgs(WorkflowApplication application, Exception exception, Activity exceptionSource, string exceptionSourceInstanceId) : base(application) { this.UnhandledException = exception; this.ExceptionSource = exceptionSource; this.ExceptionSourceInstanceId = exceptionSourceInstanceId; } public Exception UnhandledException { get; private set; } public Activity ExceptionSource { get; private set; } public string ExceptionSourceInstanceId { get; private set; } } } // 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
- TextParentUndoUnit.cs
- ListDesigner.cs
- PrintControllerWithStatusDialog.cs
- ComEventsSink.cs
- DocumentReference.cs
- Script.cs
- ScriptHandlerFactory.cs
- RegexFCD.cs
- SqlAliasesReferenced.cs
- SerializationEventsCache.cs
- DiagnosticsConfigurationHandler.cs
- AppDomainProtocolHandler.cs
- XmlnsPrefixAttribute.cs
- DatagridviewDisplayedBandsData.cs
- Privilege.cs
- _ConnectionGroup.cs
- TailPinnedEventArgs.cs
- PointIndependentAnimationStorage.cs
- DbXmlEnabledProviderManifest.cs
- TabControl.cs
- ReachFixedDocumentSerializerAsync.cs
- SharedPersonalizationStateInfo.cs
- RepeaterItemCollection.cs
- DescendantBaseQuery.cs
- Statements.cs
- DrawListViewColumnHeaderEventArgs.cs
- ObjectStateEntry.cs
- EventWaitHandle.cs
- KeyInstance.cs
- UnsafeNativeMethods.cs
- QueryExpr.cs
- VirtualDirectoryMapping.cs
- MenuItem.cs
- XpsDigitalSignature.cs
- DataStorage.cs
- ProxyWebPartManager.cs
- FileLogRecord.cs
- DoubleCollectionConverter.cs
- DetailsViewDeletedEventArgs.cs
- PageSetupDialog.cs
- Rect3D.cs
- StringComparer.cs
- PathSegmentCollection.cs
- NonClientArea.cs
- SortExpressionBuilder.cs
- CompilationUtil.cs
- DataServiceQueryOfT.cs
- Cursor.cs
- PriorityBinding.cs
- LogicalExpr.cs
- IntSecurity.cs
- RSAPKCS1SignatureFormatter.cs
- _StreamFramer.cs
- CorePropertiesFilter.cs
- HandleRef.cs
- SignatureResourceHelper.cs
- GlyphShapingProperties.cs
- StateBag.cs
- WbemException.cs
- ConfigurationValue.cs
- oledbmetadatacollectionnames.cs
- UnmanagedMemoryStreamWrapper.cs
- CreateUserWizardStep.cs
- TCEAdapterGenerator.cs
- PageAdapter.cs
- EntityDataSourceWizardForm.cs
- FlowNode.cs
- PostBackOptions.cs
- MsmqMessage.cs
- SoapMessage.cs
- WinEventTracker.cs
- AccessDataSource.cs
- CommonBehaviorsSection.cs
- QuotedPrintableStream.cs
- Dispatcher.cs
- CommandLibraryHelper.cs
- ReaderWriterLock.cs
- IndentedWriter.cs
- ScrollEvent.cs
- WebBrowser.cs
- SqlParameter.cs
- EnumerableWrapperWeakToStrong.cs
- TagMapCollection.cs
- StreamResourceInfo.cs
- KnownTypeAttribute.cs
- mediapermission.cs
- GPPOINT.cs
- ProtectedProviderSettings.cs
- LongTypeConverter.cs
- BooleanAnimationBase.cs
- httpstaticobjectscollection.cs
- DefaultTraceListener.cs
- ComponentDispatcherThread.cs
- WebContentFormatHelper.cs
- QueryCursorEventArgs.cs
- StsCommunicationException.cs
- Italic.cs
- SmiGettersStream.cs
- CodeDomLoader.cs
- EventBindingService.cs