ExceptionSerializationOptions.SupportedNamespacePrefixes 属性

定义

获取异常序列化程序支持的命名空间前缀的集合。 任何具有具有这些前缀之一的命名空间的异常类型都将使用异常序列化程序进行序列化。

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

属性值

适用于