SerializationConstructorNotFoundException コンストラクター

定義

オーバーロード

SerializationConstructorNotFoundException(Type)

SerializationConstructorNotFoundException クラスの新しいインスタンスを初期化します。

SerializationConstructorNotFoundException(SerializationInfo, StreamingContext)
古い.

SerializationConstructorNotFoundException クラスの新しいインスタンスを初期化します。

SerializationConstructorNotFoundException(Type)

SerializationConstructorNotFoundException クラスの新しいインスタンスを初期化します。

[System.Security.SecurityCritical]
public SerializationConstructorNotFoundException (Type type);
[<System.Security.SecurityCritical>]
new Orleans.Serialization.SerializationConstructorNotFoundException : Type -> Orleans.Serialization.SerializationConstructorNotFoundException
Public Sub New (type As Type)

パラメーター

type
Type

型。

属性

適用対象

SerializationConstructorNotFoundException(SerializationInfo, StreamingContext)

注意事項

この API は非推奨になりました。

SerializationConstructorNotFoundException クラスの新しいインスタンスを初期化します。

[System.Security.SecurityCritical]
protected SerializationConstructorNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Security.SecurityCritical]
[System.Obsolete]
protected SerializationConstructorNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[<System.Security.SecurityCritical>]
new Orleans.Serialization.SerializationConstructorNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Serialization.SerializationConstructorNotFoundException
[<System.Security.SecurityCritical>]
[<System.Obsolete>]
new Orleans.Serialization.SerializationConstructorNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Serialization.SerializationConstructorNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

パラメーター

info
SerializationInfo

シリアル化情報。

context
StreamingContext

コンテキスト。

属性

適用対象