ExceptionSerializationOptions Class

Definition

Options for exception serialization.

public class ExceptionSerializationOptions
type ExceptionSerializationOptions = class
Public Class ExceptionSerializationOptions
Inheritance
ExceptionSerializationOptions

Constructors

ExceptionSerializationOptions()

Properties

SupportedExceptionTypeFilter

Gets or sets the predicate used to enable serialization for an exception type.

SupportedNamespacePrefixes

Gets the collection of supported namespace prefixes for the exception serializer. Any exception type which has a namespace with one of these prefixes will be serialized using the exception serializer.

Applies to