UnhandledExceptionAction Property

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image
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);
}

See Also