Click or drag to resize

AsyncTaskError Property

contains the exception of asynchronous background task if one was caught.

Namespace:  Articy.Api.Plugins
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public Exception Error { get; }

Property Value

Type: Exception
See Also