SerializableErrorWrapper Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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 |
| ReadXml(XmlReader) |
Vygeneruje SerializableError objekt z jeho reprezentace XML. |
| Unwrap(Type) |
Rozbalí objekt. |
| WriteXml(XmlWriter) |
Převede zabalený SerializableError objekt na jeho reprezentaci XML. |