Compartir a través de


InvalidPropertyException(String) Constructor

Definition

Initializes a new instance of the InvalidPropertyException class.

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

Parameters

propertyName
String

The name of a property.

Applies to