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

指定されたメッセージ テキストと内部例外を持つ ConflictingPropertyValuesException クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    mode As String, _
    type1 As String, _
    name1 As String, _
    type2 As String, _
    name2 As String _
)
'使用
Dim mode As String 
Dim type1 As String 
Dim name1 As String 
Dim type2 As String 
Dim name2 As String 

Dim instance As New ConflictingPropertyValuesException(mode, type1, _
    name1, type2, name2)
public ConflictingPropertyValuesException(
    string mode,
    string type1,
    string name1,
    string type2,
    string name2
)
public:
ConflictingPropertyValuesException(
    String^ mode, 
    String^ type1, 
    String^ name1, 
    String^ type2, 
    String^ name2
)
new : 
        mode:string * 
        type1:string * 
        name1:string * 
        type2:string * 
        name2:string -> ConflictingPropertyValuesException
public function ConflictingPropertyValuesException(
    mode : String, 
    type1 : String, 
    name1 : String, 
    type2 : String, 
    name2 : String
)

パラメーター

  • mode
    型: System.String
    ポリシーに関連付けられているモードを示す String 値です。
  • type1
    型: System.String
    最初のプロパティ値のオブジェクトの型を示す String 値です。
  • type2
    型: System.String
    2 番目のプロパティ値のオブジェクトの型を示す String 値です。

説明

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

使用例

SMO 例外の処理

関連項目

参照

ConflictingPropertyValuesException クラス

ConflictingPropertyValuesException オーバーロード

Microsoft.SqlServer.Management.Dmf 名前空間