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

  • propertyName
    Tipo: System.String
    A String value that specifies the name of the missing property.

Comentarios

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

Ejemplos

Controlar excepciones SMO

Vea también

Referencia

MissingPropertyException Clase

Sobrecarga de MissingPropertyException

Espacio de nombres Microsoft.SqlServer.Management.Dmf