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

指定された演算子とオブジェクトの型を持つ OperatorNotApplicableException クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    operatorName As String, _
    typeName As String _
)
'使用
Dim operatorName As String 
Dim typeName As String 

Dim instance As New OperatorNotApplicableException(operatorName, _
    typeName)
public OperatorNotApplicableException(
    string operatorName,
    string typeName
)
public:
OperatorNotApplicableException(
    String^ operatorName, 
    String^ typeName
)
new : 
        operatorName:string * 
        typeName:string -> OperatorNotApplicableException
public function OperatorNotApplicableException(
    operatorName : String, 
    typeName : String
)

パラメーター

説明

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

使用例

SMO 例外の処理

関連項目

参照

OperatorNotApplicableException クラス

OperatorNotApplicableException オーバーロード

Microsoft.SqlServer.Management.Dmf 名前空間