Click or drag to resize

TaskError Properties

The TaskError type exposes the following members.

Properties
  NameDescription
Public propertyAppId
The ID of the affected app, or null.
(Inherited from TaskInfo.)
Public propertyConsoleOutput
The output of executed processes, or null.
(Inherited from TaskInfo.)
Public propertyDetailedMessage
A detailed message describing the event, or null.
(Inherited from TaskInfo.)
Public propertyException
The exception causing the error, or null.
Public propertyMessage
A short message describing the event.
(Inherited from TaskInfo.)
Public propertyTimestamp
The point in time, when this info was created.
(Inherited from TaskInfo.)
Top
See Also