ExceptionSerializationOptions.SupportedNamespacePrefixes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取异常序列化程序支持的命名空间前缀的集合。 任何具有具有这些前缀之一的命名空间的异常类型都将使用异常序列化程序进行序列化。
public System.Collections.Generic.HashSet<string> SupportedNamespacePrefixes { get; }
member this.SupportedNamespacePrefixes : System.Collections.Generic.HashSet<string>
Public ReadOnly Property SupportedNamespacePrefixes As HashSet(Of String)