Konstruktor PropertyTypeMismatchException (String)
Inicjuje nowe wystąpienie PropertyTypeMismatchException klasy z określonej wiadomości.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Sub New ( _
message As String _
)
'Użycie
Dim message As String
Dim instance As New PropertyTypeMismatchException(message)
public PropertyTypeMismatchException(
string message
)
public:
PropertyTypeMismatchException(
String^ message
)
new :
message:string -> PropertyTypeMismatchException
public function PropertyTypeMismatchException(
message : String
)
Parametry
- message
Typ: System.String
A String wartość, która określa ciąg wiadomości dla wyjątku niezgodność typu właściwość.