Class WorkflowApplicationUnhandledExceptionEventArgs
Inheritance
System.Object
WorkflowApplicationUnhandledExceptionEventArgs
Inherited Members
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public class WorkflowApplicationUnhandledExceptionEventArgs : WorkflowApplicationEventArgs
Properties
ExceptionSource
ExceptionSourceInstanceId
Declaration
public string ExceptionSourceInstanceId { get; }
Property Value
System.String
|
UnhandledException
Declaration
public Exception UnhandledException { get; }
Property Value
System.Exception
|