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