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
- UnsafePeerToPeerMethods.cs
- HtmlTableRow.cs
- DateTimeParse.cs
- ObjectConverter.cs
- AspNetSynchronizationContext.cs
- ItemCollection.cs
- EnvelopedPkcs7.cs
- HostingEnvironment.cs
- ModulesEntry.cs
- TextDecorationCollection.cs
- HtmlToClrEventProxy.cs
- MobileControlDesigner.cs
- SelectionWordBreaker.cs
- StringFormat.cs
- TableAdapterManagerHelper.cs
- PseudoWebRequest.cs
- SafeLocalMemHandle.cs
- JsonCollectionDataContract.cs
- Int32Converter.cs
- DispatcherExceptionFilterEventArgs.cs
- MediaPlayer.cs
- XmlSchemaObjectCollection.cs
- CharEnumerator.cs
- TopClause.cs
- ProcessHostServerConfig.cs
- LogPolicy.cs
- ConstNode.cs
- HostProtectionException.cs
- DataControlExtensions.cs
- ComponentManagerBroker.cs
- ItemContainerGenerator.cs
- PropertyGridView.cs
- DataSvcMapFile.cs
- SubstitutionList.cs
- sqlpipe.cs
- FontNamesConverter.cs
- ServiceOperationParameter.cs
- ISCIIEncoding.cs
- RuntimeConfig.cs
- DBConnectionString.cs
- SelectorAutomationPeer.cs
- LeaseManager.cs
- TCPListener.cs
- PropertyEmitter.cs
- HideDisabledControlAdapter.cs
- BufferedReadStream.cs
- FullTextBreakpoint.cs
- ParameterInfo.cs
- DebugTrace.cs
- RegexParser.cs
- DataMember.cs
- AppDomainEvidenceFactory.cs
- XPathNodeIterator.cs
- XPathSelfQuery.cs
- XmlSchemaType.cs
- XmlText.cs
- AssertSection.cs
- PrefixQName.cs
- LogicalMethodInfo.cs
- AttributeUsageAttribute.cs
- ColumnHeader.cs
- ModelItem.cs
- SimpleHandlerBuildProvider.cs
- RelAssertionDirectKeyIdentifierClause.cs
- EventHandlersDesigner.cs
- RectConverter.cs
- BindingMAnagerBase.cs
- ByteStreamGeometryContext.cs
- EventEntry.cs
- ImmutableObjectAttribute.cs
- BufferedReadStream.cs
- TransformerTypeCollection.cs
- HttpTransportManager.cs
- StyleSelector.cs
- SqlDataAdapter.cs
- NestPullup.cs
- BaseInfoTable.cs
- DiscoveryServerProtocol.cs
- AesManaged.cs
- PageAsyncTask.cs
- X509Utils.cs
- ListBoxAutomationPeer.cs
- DataBindingCollection.cs
- ArrayItemReference.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- IfAction.cs
- OutputCacheSettings.cs
- BitmapEffectGroup.cs
- OracleColumn.cs
- SimpleExpression.cs
- TimeSpanValidatorAttribute.cs
- _AutoWebProxyScriptWrapper.cs
- SystemColors.cs
- ThreadExceptionDialog.cs
- HttpCapabilitiesEvaluator.cs
- XmlBoundElement.cs
- GetResponse.cs
- ModuleBuilder.cs
- SqlInfoMessageEvent.cs
- StatusBarItemAutomationPeer.cs