Compartir a través de


InvalidEntityTypeException(String) Constructor

Definition

Initializes a new instance of the InvalidEntityTypeException class.

public InvalidEntityTypeException (string typeName);
new Microsoft.VisualStudio.ProjectSystem.Query.InvalidEntityTypeException : string -> Microsoft.VisualStudio.ProjectSystem.Query.InvalidEntityTypeException
Public Sub New (typeName As String)

Parameters

typeName
String

The name of the type.

Applies to