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

目标标识符。

适用于