ExceptionSerializationOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |