ExpressionTypeMistmatchException Constructor (String)
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
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
)
Parameters
- message
Type: System.String