Edit

Share via


FieldTypeMissingException(Type) Constructor

Definition

Initializes a new instance of the FieldTypeMissingException class.

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

Parameters

type
Type

The type.

Applies to