Share via


ExceptionResponse Class

Definition

Error.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ExceptionResponseTypeConverter))]
public class ExceptionResponse : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IExceptionResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ExceptionResponseTypeConverter))>]
type ExceptionResponse = class
    interface IExceptionResponse
    interface IJsonSerializable
Public Class ExceptionResponse
Implements IExceptionResponse
Inheritance
ExceptionResponse
Attributes
Implements

Constructors

ExceptionResponse()

Creates an new ExceptionResponse instance.

Properties

Code

Error code.

Detail

List of error details.

Message

Error message.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExceptionResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExceptionResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IExceptionResponse.

FromJsonString(String)

Creates a new instance of ExceptionResponse, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExceptionResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to