ExceptionSerializationOptions.SupportedNamespacePrefixes Property
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.
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)