Udostępnij za pośrednictwem


Konstruktor PropertyWriteException (String)

Inicjuje nowe wystąpienie PropertyWriteException klasy z określonej wiadomości.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Syntax

'Deklaracja
Public Sub New ( _
    message As String _
)
'Użycie
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
)

Parameters