SerializableErrorWrapperProviderFactory Class

Definition

Creates an IWrapperProvider for the type SerializableError.

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

Constructors

SerializableErrorWrapperProviderFactory()

Methods

GetProvider(WrapperProviderContext)

Creates an instance of SerializableErrorWrapperProvider if the provided context's DeclaredType is SerializableError.

Applies to