Table of Contents

AddHttpExceptionDescriptorConverter Method

Definition

AddHttpExceptionDescriptorConverter(IList<XmlConverter>, Action<ExceptionDescriptorOptions>)

Adds an ExceptionDescriptor XML converter to the list.

public static IList<XmlConverter> AddHttpExceptionDescriptorConverter(this IList<XmlConverter> converters, Action<ExceptionDescriptorOptions> setup = null)

Parameters

converters IList<XmlConverter>

The IList<T> to extend.

setup Action<ExceptionDescriptorOptions>

The ExceptionDescriptorOptions which may be configured.

Returns

IList<XmlConverter>

A reference to converters after the operation has completed.