TaskFailureInformation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information about a Task failure.
public class TaskFailureInformation
type TaskFailureInformation = class
Public Class TaskFailureInformation
- Inheritance
-
TaskFailureInformation
Constructors
TaskFailureInformation() |
Initializes a new instance of the TaskFailureInformation class. |
TaskFailureInformation(ErrorCategory, String, String, IList<NameValuePair>) |
Initializes a new instance of the TaskFailureInformation class. |
Properties
Category |
Gets or sets the category of the Task error. |
Code |
Gets or sets an identifier for the Task error. Codes are invariant and are intended to be consumed programmatically. |
Details |
Gets or sets a list of additional details related to the error. |
Message |
Gets or sets a message describing the Task error, intended to be suitable for display in a user interface. |