Edit

Share via


ReferenceNotFoundException(Type, UInt32) Constructor

Definition

Initializes a new instance of the ReferenceNotFoundException class.

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

Parameters

targetType
Type

Type of the target.

targetId
UInt32

The target identifier.

Applies to