SerializableErrorWrapperProvider Class

Definition

Wraps the object of type SerializableError.

public ref class SerializableErrorWrapperProvider : Microsoft::AspNetCore::Mvc::Formatters::Xml::IWrapperProvider
public class SerializableErrorWrapperProvider : Microsoft.AspNetCore.Mvc.Formatters.Xml.IWrapperProvider
type SerializableErrorWrapperProvider = class
    interface IWrapperProvider
Public Class SerializableErrorWrapperProvider
Implements IWrapperProvider
Inheritance
SerializableErrorWrapperProvider
Implements

Constructors

SerializableErrorWrapperProvider()

Properties

WrappingType

Gets the wrapping type.

Methods

Wrap(Object)

Wraps the given object to the wrapping type provided by WrappingType.

Applies to