Compartir a través de


PropertyCannotBeRetrievedException Constructor (String)

Initializes a new instance of the PropertyCannotBeRetrievedException class with the specified message.

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

Sintaxis

'Declaración
Public Sub New ( _
    message As String _
)
'Uso
Dim message As String 

Dim instance As New PropertyCannotBeRetrievedException(message)
public PropertyCannotBeRetrievedException(
    string message
)
public:
PropertyCannotBeRetrievedException(
    String^ message
)
new : 
        message:string -> PropertyCannotBeRetrievedException
public function PropertyCannotBeRetrievedException(
    message : String
)

Parámetros

  • message
    Tipo: System.String
    A String value that specifies the message string for the Property Cannot Be Retrieved exception.

Ejemplos

Controlar excepciones SMO

Vea también

Referencia

PropertyCannotBeRetrievedException Clase

Sobrecarga de PropertyCannotBeRetrievedException

Espacio de nombres Microsoft.SqlServer.Management.Smo