言語

MissingPropertyException コンストラクター

定義

オーバーロード

名前 説明
MissingPropertyException()

コンストラクター

MissingPropertyException(String)

コンストラクター

MissingPropertyException(String, Exception)

基本コンストラクター

MissingPropertyException()

コンストラクター

public MissingPropertyException();
Public Sub New ()

適用対象

MissingPropertyException(String)

コンストラクター

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

パラメーター

propertyName
String

適用対象

MissingPropertyException(String, Exception)

基本コンストラクター

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

パラメーター

message
String
innerException
Exception

適用対象