Konstruktor InvalidInputException (String)
Inicjuje nowe wystąpienie InvalidInputException klasy, który ma komunikat określony tekst.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dac
Zestaw: Microsoft.SqlServer.Management.Dac (w Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Deklaracja
Public Sub New ( _
message As String _
)
'Użycie
Dim message As String
Dim instance As New InvalidInputException(message)
public InvalidInputException(
string message
)
public:
InvalidInputException(
String^ message
)
new :
message:string -> InvalidInputException
public function InvalidInputException(
message : String
)
Parameters
- message
Typ: System. . :: . .String
A String wartość, która określa tekst komunikatu, który opis zdarzenie, który spowodował wyjątek.