Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 832 Bytes

bc30109.md

File metadata and controls

24 lines (18 loc) · 832 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: '<typename>' is a class type and cannot be used as an expression
'<typename>' is a class type and cannot be used as an expression
07/20/2015
vbc30109
bc30109
BC30109
9845a592-2e1d-43fd-b88f-aa6d1b13b1f5

'<typename>' is a class type and cannot be used as an expression

A type name occurs where an expression is required. An expression must consist of a combination of variables, constants, literals, properties, and Function procedure calls.

Error ID: BC30109

To correct this error

  • Remove the type name and construct the expression using valid elements.

See also