共用方式為


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

目標識別碼。

適用於