言語

TargetSetCountMismatchException コンストラクター

定義

オーバーロード

TargetSetCountMismatchException()

public TargetSetCountMismatchException();
Public Sub New ()

適用対象

TargetSetCountMismatchException(String)

基本コンストラクター

public TargetSetCountMismatchException(string message);
new Microsoft.SqlServer.Management.Dmf.TargetSetCountMismatchException : string -> Microsoft.SqlServer.Management.Dmf.TargetSetCountMismatchException
Public Sub New (message As String)

パラメーター

message
String

適用対象

TargetSetCountMismatchException(String, Exception)

基本コンストラクター

public TargetSetCountMismatchException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.TargetSetCountMismatchException : string * Exception -> Microsoft.SqlServer.Management.Dmf.TargetSetCountMismatchException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String
innerException
Exception

適用対象

TargetSetCountMismatchException(String, String)

public TargetSetCountMismatchException(string objectSetName, string facetName);
new Microsoft.SqlServer.Management.Dmf.TargetSetCountMismatchException : string * string -> Microsoft.SqlServer.Management.Dmf.TargetSetCountMismatchException
Public Sub New (objectSetName As String, facetName As String)

パラメーター

objectSetName
String
facetName
String

適用対象