SafeSerializationEventArgs クラス

定義

注意事項

Formatter-based serialization is obsolete and should not be used.

SerializeObjectState イベントのデータを提供します。

public ref class SafeSerializationEventArgs sealed : EventArgs
public sealed class SafeSerializationEventArgs : EventArgs
[System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public sealed class SafeSerializationEventArgs : EventArgs
type SafeSerializationEventArgs = class
    inherit EventArgs
[<System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type SafeSerializationEventArgs = class
    inherit EventArgs
Public NotInheritable Class SafeSerializationEventArgs
Inherits EventArgs
継承
SafeSerializationEventArgs
属性

注釈

イベントは、セキュリティ透過的なコードでカスタム データを含む例外をシリアル化するときに発生します。

詳細と例については、 クラスを ISafeSerializationData 参照してください。

プロパティ

StreamingContext
古い.

シリアル化ストリームの転送元および転送先を記述するオブジェクトを取得または設定します。

メソッド

AddSerializedState(ISafeSerializationData)
古い.

例外の状態を格納します。

Equals(Object)
古い.

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()
古い.

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()
古い.

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()
古い.

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象