ExpressionTypeMistmatchException コンストラクター (String, Exception)
名前空間: Microsoft.SqlServer.Management.Dmf
アセンブリ: Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)
構文
'宣言
Public Sub New ( _
message As String, _
innerException As Exception _
)
'使用
Dim message As String
Dim innerException As Exception
Dim instance As New ExpressionTypeMistmatchException(message, _
innerException)
public ExpressionTypeMistmatchException(
string message,
Exception innerException
)
public:
ExpressionTypeMistmatchException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> ExpressionTypeMistmatchException
public function ExpressionTypeMistmatchException(
message : String,
innerException : Exception
)