次の方法で共有


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)

プロパティ値

適用対象