言語

BadEventDataException コンストラクター

定義

オーバーロード

名前 説明
BadEventDataException()

基本コンストラクター

BadEventDataException(String)

同じアセンブリの登録を繰り返し試行する例外を作成します

BadEventDataException(String, Exception)

基本コンストラクター

BadEventDataException()

基本コンストラクター

public BadEventDataException();
Public Sub New ()

適用対象

BadEventDataException(String)

同じアセンブリの登録を繰り返し試行する例外を作成します

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

パラメーター

message
String

適用対象

BadEventDataException(String, Exception)

基本コンストラクター

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

パラメーター

message
String
innerException
Exception

適用対象