Udostępnij za pośrednictwem


Konstruktor PropertyNotSetException (String)

Inicjuje nowe wystąpienie PropertyNotSetException klasy z tekstem określoną wiadomość.

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

Składnia

'Deklaracja
Public Sub New ( _
    message As String _
)
'Użycie
Dim message As String

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

Parametry

  • message
    Typ: System.String
    A String wartość, która określa tekst komunikatu, opisujący zdarzenie, który spowodował wyjątek.