AutomationThreadParams.ex Property
Gets or sets the exception.
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 Exception
value = instance.ex
instance.ex = value
Syntax
'Declaration
Public Property ex As Exception
public Exception ex { get; set; }
public:
property Exception^ ex {
Exception^ get ();
void set (Exception^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public Exception get_ex ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_ex (Exception value)
CompilerGeneratedAttribute
public function get ex () : Exception
CompilerGeneratedAttribute
public function set ex (value : Exception)
Property Value
Type: Exception
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.