次の方法で共有


ReferenceNotFoundException(Type, UInt32) コンストラクター

定義

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

public ReferenceNotFoundException (Type targetType, uint targetId);
new Orleans.Serialization.ReferenceNotFoundException : Type * uint32 -> Orleans.Serialization.ReferenceNotFoundException
Public Sub New (targetType As Type, targetId As UInteger)

パラメーター

targetType
Type

ターゲットの型。

targetId
UInt32

ターゲット識別子。

適用対象