Share via


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

Name Description
SerializableErrorWrapperProvider()

Properties

Name Description
WrappingType

Gets the wrapping type.

Methods

Name Description
Wrap(Object)

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

Applies to