Microsoft.Activities.Extensions |
WorkflowEpisode..::..UnhandledExceptionAction Property |
WorkflowEpisode Class See Also Send Feedback |
Gets or sets UnhandledExceptionAction.
Namespace: Microsoft.Activities.Extensions
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)
Syntax
C# |
---|
public UnhandledExceptionAction UnhandledExceptionAction { get; set; } |
Visual Basic |
---|
Public Property UnhandledExceptionAction As UnhandledExceptionAction Get Set |
Visual C++ |
---|
public: property UnhandledExceptionAction UnhandledExceptionAction { UnhandledExceptionAction get (); void set (UnhandledExceptionAction value); } |