Compartir a través de


ReferenceNotFoundException(Type, UInt32) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

targetType
Type

Tipo del destino.

targetId
UInt32

Identificador de destino.

Se aplica a