ExpressionTypeMistmatchException constructeur (String)
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String _
)
'Utilisation
Dim message As String
Dim instance As New ExpressionTypeMistmatchException(message)
public ExpressionTypeMistmatchException(
string message
)
public:
ExpressionTypeMistmatchException(
String^ message
)
new :
message:string -> ExpressionTypeMistmatchException
public function ExpressionTypeMistmatchException(
message : String
)
Paramètres
- message
Type : System. . :: . .String