Microsoft.Activities.Extensions |
WorkflowEpisode..::..OnUnhandledException Property |
WorkflowEpisode Class See Also Send Feedback |
Gets or sets UnhandledException.
Namespace: Microsoft.Activities.Extensions
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)
Syntax
C# |
---|
protected Func<WorkflowApplicationUnhandledExceptionEventArgs, UnhandledExceptionAction> OnUnhandledException { get; set; } |
Visual Basic |
---|
Protected Property OnUnhandledException As Func(Of WorkflowApplicationUnhandledExceptionEventArgs, UnhandledExceptionAction) Get Set |
Visual C++ |
---|
protected: property Func<WorkflowApplicationUnhandledExceptionEventArgs^, UnhandledExceptionAction>^ OnUnhandledException { Func<WorkflowApplicationUnhandledExceptionEventArgs^, UnhandledExceptionAction>^ get (); void set (Func<WorkflowApplicationUnhandledExceptionEventArgs^, UnhandledExceptionAction>^ value); } |