ExpressionTypeMistmatchException コンストラクター (String, String)

指定した 2 つの型を持つ ExceptionAlreadyRegisteredException クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
Public Sub New ( _
    typeLeft As String, _
    typeRight As String _
)
'使用
Dim typeLeft As String 
Dim typeRight As String 

Dim instance As New ExpressionTypeMistmatchException(typeLeft, _
    typeRight)
public ExpressionTypeMistmatchException(
    string typeLeft,
    string typeRight
)
public:
ExpressionTypeMistmatchException(
    String^ typeLeft, 
    String^ typeRight
)
new : 
        typeLeft:string * 
        typeRight:string -> ExpressionTypeMistmatchException
public function ExpressionTypeMistmatchException(
    typeLeft : String, 
    typeRight : String
)

パラメーター

  • typeLeft
    型: System.String
    例外に関連付けられている最初の型を示す String 値です。
  • typeRight
    型: System.String
    例外に関連付けられている 2 番目の型を示す String 値です。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

使用例

SMO 例外の処理

関連項目

参照

ExpressionTypeMistmatchException クラス

ExpressionTypeMistmatchException オーバーロード

Microsoft.SqlServer.Management.Dmf 名前空間