ConflictingPropertyValuesException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ConflictingPropertyValuesException()
基本コンストラクター
public ConflictingPropertyValuesException();
Public Sub New ()
適用対象
ConflictingPropertyValuesException(String)
基本コンストラクター
public ConflictingPropertyValuesException(string message);
new Microsoft.SqlServer.Management.Dmf.ConflictingPropertyValuesException : string -> Microsoft.SqlServer.Management.Dmf.ConflictingPropertyValuesException
Public Sub New (message As String)
パラメーター
- message
- String
適用対象
ConflictingPropertyValuesException(String, Exception)
基本コンストラクター
public ConflictingPropertyValuesException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.ConflictingPropertyValuesException : string * Exception -> Microsoft.SqlServer.Management.Dmf.ConflictingPropertyValuesException
Public Sub New (message As String, innerException As Exception)
パラメーター
- message
- String
- innerException
- Exception
適用対象
ConflictingPropertyValuesException(String, String, String, String, String)
コンストラクター
public ConflictingPropertyValuesException(string mode, string type1, string name1, string type2, string name2);
new Microsoft.SqlServer.Management.Dmf.ConflictingPropertyValuesException : string * string * string * string * string -> Microsoft.SqlServer.Management.Dmf.ConflictingPropertyValuesException
Public Sub New (mode As String, type1 As String, name1 As String, type2 As String, name2 As String)
パラメーター
- mode
- String
- type1
- String
- name1
- String
- type2
- String
- name2
- String