NonRetrievablePropertyException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| 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