Compartir a través de


MissingPropertyException Constructor (String)

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

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
Public Sub New ( _
    propertyName As String _
)
'Uso
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
)

Parámetros

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.