Click or drag to resize

TaskError Class

This class represents an error which occurred during the execution of a Bench task.
Inheritance Hierarchy

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public class TaskError : TaskInfo

The TaskError type exposes the following members.

Constructors
  NameDescription
Public methodTaskError
Initializes a new instance of TaskError.
Top
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
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also