Show / Hide Table of Contents

Class WorkflowApplicationUnhandledExceptionEventArgs

Inheritance
System.Object
WorkflowApplicationEventArgs
WorkflowApplicationUnhandledExceptionEventArgs
Inherited Members
WorkflowApplicationEventArgs.GetInstanceExtensions<T>()
WorkflowApplicationEventArgs.InstanceId
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public class WorkflowApplicationUnhandledExceptionEventArgs : WorkflowApplicationEventArgs

Properties

ExceptionSource

Declaration
public Activity ExceptionSource { get; }
Property Value
Activity

ExceptionSourceInstanceId

Declaration
public string ExceptionSourceInstanceId { get; }
Property Value
System.String

UnhandledException

Declaration
public Exception UnhandledException { get; }
Property Value
System.Exception

Back to top Generated by DocFX