ObjectAlreadyExistsException コンストラクター

定義

オーバーロード

名前 説明
ObjectAlreadyExistsException()

基本コンストラクター

ObjectAlreadyExistsException(String)

基本コンストラクター

ObjectAlreadyExistsException(String, Exception)

基本コンストラクター

ObjectAlreadyExistsException(String, String)

コンストラクター

ObjectAlreadyExistsException()

基本コンストラクター

public ObjectAlreadyExistsException();
Public Sub New ()

適用対象

ObjectAlreadyExistsException(String)

基本コンストラクター

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

パラメーター

message
String

適用対象

ObjectAlreadyExistsException(String, Exception)

基本コンストラクター

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

パラメーター

message
String
innerException
Exception

適用対象

ObjectAlreadyExistsException(String, String)

コンストラクター

public ObjectAlreadyExistsException(string objectType, string objectName);
new Microsoft.SqlServer.Management.Dmf.ObjectAlreadyExistsException : string * string -> Microsoft.SqlServer.Management.Dmf.ObjectAlreadyExistsException
Public Sub New (objectType As String, objectName As String)

パラメーター

objectType
String
objectName
String

適用対象