Edit

Share via


ExceptionSerializationOptions.SupportedNamespacePrefixes Property

Definition

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.

public System.Collections.Generic.HashSet<string> SupportedNamespacePrefixes { get; }
member this.SupportedNamespacePrefixes : System.Collections.Generic.HashSet<string>
Public ReadOnly Property SupportedNamespacePrefixes As HashSet(Of String)

Property Value

Applies to