Sdílet prostřednictvím


SerializableErrorWrapper Třída

Definice

Wrapper třídy pro SerializableError , aby bylo možné serializovat formát xml.

public ref class SerializableErrorWrapper sealed : Microsoft::AspNetCore::Mvc::Formatters::Xml::IUnwrappable, System::Xml::Serialization::IXmlSerializable
public sealed class SerializableErrorWrapper : Microsoft.AspNetCore.Mvc.Formatters.Xml.IUnwrappable, System.Xml.Serialization.IXmlSerializable
type SerializableErrorWrapper = class
    interface IXmlSerializable
    interface IUnwrappable
type SerializableErrorWrapper = class
    interface IUnwrappable
    interface IXmlSerializable
Public NotInheritable Class SerializableErrorWrapper
Implements IUnwrappable, IXmlSerializable
Dědičnost
SerializableErrorWrapper
Implementuje

Konstruktory

SerializableErrorWrapper()

Inicializuje nový. SerializableErrorWrapper

SerializableErrorWrapper(SerializableError)

Inicializuje novou instanci SerializableErrorWrapper třídy.

Vlastnosti

SerializableError

Získá zabalený objekt, který je serializován/deserializován do reprezentace XML.

Metody

GetSchema()

Wrapper třídy pro SerializableError , aby bylo možné serializovat formát xml.

ReadXml(XmlReader)

Vygeneruje SerializableError objekt ze své reprezentace XML.

Unwrap(Type)

Rozbalí objekt.

WriteXml(XmlWriter)

Převede zabalený SerializableError objekt na jeho reprezentaci XML.

Platí pro