共用方式為


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)

屬性值

適用於