Megosztás a következőn keresztül:


InnerError Class

Definition

Inner error details.

public class InnerError : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.InnerError>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.InnerError>
type InnerError = class
    interface IJsonModel<InnerError>
    interface IPersistableModel<InnerError>
Public Class InnerError
Implements IJsonModel(Of InnerError), IPersistableModel(Of InnerError)
Inheritance
InnerError
Implements

Properties

Errordetail

The internal error message or exception dump.

Exceptiontype

The exception type.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<InnerError>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<InnerError>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InnerError>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InnerError>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<InnerError>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to