CoreStrings.InvalidComplexType(Object) Method

Definition

The specified type '{type}' must be a non-interface type with a public constructor to be used as a complex type.

public static string InvalidComplexType (object? type);
static member InvalidComplexType : obj -> string
Public Shared Function InvalidComplexType (type As Object) As String

Parameters

type
Object

Returns

Applies to