SerializableErrorWrapper Třída

Definice

Třída obálky umožňující SerializableError serializaci formátovacími moduly 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 novou 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()

This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class.

ReadXml(XmlReader)

Vygeneruje SerializableError objekt z jeho reprezentace XML.

Unwrap(Type)

Rozbalí objekt.

WriteXml(XmlWriter)

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

Platí pro