ValidationProblemDetails21Wrapper Class

Definition

Caution

This type is deprecated and will be removed in a future version

Wrapper class for ValidationProblemDetails to enable it to be serialized by the xml formatters.

public ref class ValidationProblemDetails21Wrapper : Microsoft::AspNetCore::Mvc::Formatters::Xml::ProblemDetails21Wrapper
[System.Obsolete("This type is deprecated and will be removed in a future version")]
public class ValidationProblemDetails21Wrapper : Microsoft.AspNetCore.Mvc.Formatters.Xml.ProblemDetails21Wrapper
[<System.Obsolete("This type is deprecated and will be removed in a future version")>]
type ValidationProblemDetails21Wrapper = class
    inherit ProblemDetails21Wrapper
    interface IUnwrappable
Public Class ValidationProblemDetails21Wrapper
Inherits ProblemDetails21Wrapper
Inheritance
ValidationProblemDetails21Wrapper
Attributes
Implements

Constructors

ValidationProblemDetails21Wrapper()

Initializes a new instance of ValidationProblemDetailsWrapper.

ValidationProblemDetails21Wrapper(ValidationProblemDetails)

Initializes a new instance of ValidationProblemDetailsWrapper for the specified problemDetails.

Methods

GetSchema() (Inherited from ProblemDetails21Wrapper)
ReadValue(XmlReader, String)

Reads the value for the specified name from the reader.

ReadXml(XmlReader) (Inherited from ProblemDetails21Wrapper)
WriteXml(XmlWriter) System.Object.WriteXml(System.Xml.XmlWriter)

Explicit Interface Implementations

IUnwrappable.Unwrap(Type)

Applies to