EmailNotificationActivity.SuppressException Property

If true, errors encountered by the activity will not cause exceptions to be thrown by the activity. This API is currently not supported.

Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in Microsoft.ResourceManagement.dll)

Usage

'Usage
Dim instance As EmailNotificationActivity
Dim value As Boolean

value = instance.SuppressException

instance.SuppressException = value

Syntax

'Declaration
Public Property SuppressException As Boolean
public bool SuppressException { get; set; }
public:
property bool SuppressException {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_SuppressException ()

/** @property */
public void set_SuppressException (boolean value)
public function get SuppressException () : boolean

public function set SuppressException (value : boolean)

Property Value

Returns a Boolean that indicates if the activity will catch any exceptions generated instead of throw them to the parent workflow.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

EmailNotificationActivity Class
EmailNotificationActivity Members
Microsoft.ResourceManagement.Workflow.Activities Namespace