NonRetrievablePropertyException コンストラクター

定義

オーバーロード

名前 説明
NonRetrievablePropertyException()

コンストラクター

NonRetrievablePropertyException(String)

コンストラクター

NonRetrievablePropertyException(String, Exception)

基本コンストラクター

NonRetrievablePropertyException()

コンストラクター

public NonRetrievablePropertyException();
Public Sub New ()

適用対象

NonRetrievablePropertyException(String)

コンストラクター

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

パラメーター

propertyName
String

適用対象

NonRetrievablePropertyException(String, Exception)

基本コンストラクター

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

パラメーター

propertyName
String
innerException
Exception

適用対象