Condividi tramite


Costruttore MissingPropertyException (String)

Initializes a new instance of the MissingPropertyException class that has the specified message text.

Spazio dei nomi:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    propertyName As String _
)
'Utilizzo
Dim propertyName As String

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

Parametri

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.