ReferenceFieldNotSupportedException(Type) 构造函数

定义

初始化 ReferenceFieldNotSupportedException 类的新实例。

public ReferenceFieldNotSupportedException (Type targetType);
new Orleans.Serialization.ReferenceFieldNotSupportedException : Type -> Orleans.Serialization.ReferenceFieldNotSupportedException
Public Sub New (targetType As Type)

参数

targetType
Type

目标的类型。

适用于