Share via


UnknownPropertyEnumeratorException Constructor (String)

Initializes a new instance of the UnknownPropertyEnumeratorException class with the specified property name parameter. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Sub New ( _
    propertyName As String _
)
'Usage
Dim propertyName As String

Dim instance As New UnknownPropertyEnumeratorException(propertyName)
public UnknownPropertyEnumeratorException(
    string propertyName
)
public:
UnknownPropertyEnumeratorException(
    String^ propertyName
)
new : 
        propertyName:string -> UnknownPropertyEnumeratorException
public function UnknownPropertyEnumeratorException(
    propertyName : String
)

Parameters

  • propertyName
    Type: System.String
    A string value for the property name.