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)