WorkItemConfigurationErrorException Class

Definition

Exception thrown for an invalid response with WorkItemConfigurationError information.

public class WorkItemConfigurationErrorException : Microsoft.Rest.RestException
type WorkItemConfigurationErrorException = class
    inherit RestException
Public Class WorkItemConfigurationErrorException
Inherits RestException
Inheritance
WorkItemConfigurationErrorException

Constructors

WorkItemConfigurationErrorException()

Initializes a new instance of the WorkItemConfigurationErrorException class.

WorkItemConfigurationErrorException(String)

Initializes a new instance of the WorkItemConfigurationErrorException class.

WorkItemConfigurationErrorException(String, Exception)

Initializes a new instance of the WorkItemConfigurationErrorException class.

Properties

Body

Gets or sets the body object.

Request

Gets information about the associated HTTP request.

Response

Gets information about the associated HTTP response.

Applies to