Compartir a través de


AutomationThreadParams.throwExceptionIfNotFound Property

Gets or sets the exception ExceptionIfNotFound.

Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)

Usage

'Usage
Dim instance As AutomationThreadParams
Dim value As Boolean

value = instance.throwExceptionIfNotFound

instance.throwExceptionIfNotFound = value

Syntax

'Declaration
Public Property throwExceptionIfNotFound As Boolean
public bool throwExceptionIfNotFound { get; set; }
public:
property bool throwExceptionIfNotFound {
    bool get ();
    void set (bool value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public boolean get_throwExceptionIfNotFound ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_throwExceptionIfNotFound (boolean value)
CompilerGeneratedAttribute 
public function get throwExceptionIfNotFound () : boolean

CompilerGeneratedAttribute 
public function set throwExceptionIfNotFound (value : boolean)

Property Value

Type: Boolean

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

See Also

Reference

AutomationThreadParams Class
AutomationThreadParams Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.