WorkItemConfigurationErrorException 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.
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
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
Azure SDK for .NET