Construtor InvalidInputException (String)
Initializes a new instance of the InvalidInputException class that has the specified message text.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)
Sintaxe
'Declaração
Public Sub New ( _
message As String _
)
'Uso
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
)
Parâmetros
- message
Tipo: System. . :: . .String
A String value that specifies the message text that describes the event that caused the exception.
Consulte também