TemplateSpecsErrorException Class

Definition

Exception thrown for an invalid response with TemplateSpecsError information.

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

Constructors

TemplateSpecsErrorException()

Initializes a new instance of the TemplateSpecsErrorException class.

TemplateSpecsErrorException(String)

Initializes a new instance of the TemplateSpecsErrorException class.

TemplateSpecsErrorException(String, Exception)

Initializes a new instance of the TemplateSpecsErrorException 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