Compartilhar via


Construtor PropertyWriteException (String)

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub New ( _
    message As String _
)
'Uso
Dim message As String 

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

Parâmetros

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

Exemplos

Manipulando exceções SMO

Consulte também

Referência

PropertyWriteException Classe

Sobrecarregado PropertyWriteException

Namespace Microsoft.SqlServer.Management.Smo