PropertyCannotBeRetrievedException クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
呼び出し元が列挙中に null を返したプロパティを要求するときにスローされる例外。
[System.Serializable]
public sealed class PropertyCannotBeRetrievedException : Microsoft.SqlServer.Management.Smo.SmoException
[<System.Serializable>]
type PropertyCannotBeRetrievedException = class
inherit SmoException
Public NotInheritable Class PropertyCannotBeRetrievedException
Inherits SmoException
- 継承
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| PropertyCannotBeRetrievedException() |
T:Microsoft のコンストラクター。SqlServer.Management.Smo.PropertyCannotBeRetrievedException。 |
| PropertyCannotBeRetrievedException(String, Exception) |
T:Microsoft のコンストラクター。SqlServer.Management.Smo.PropertyCannotBeRetrievedException。 |
| PropertyCannotBeRetrievedException(String, Object) |
T:Microsoft のコンストラクター。SqlServer.Management.Smo.PropertyCannotBeRetrievedException。 |
| PropertyCannotBeRetrievedException(String) |
T:Microsoft のコンストラクター。SqlServer.Management.Smo.PropertyCannotBeRetrievedException。 |
プロパティ
| 名前 | 説明 |
|---|---|
| FailedObject |
呼び出し元が列挙中に null を返したプロパティを要求するときにスローされる例外。 |
| HelpLink |
サポート Web サイトへのリンクを文字列として取得します。 (継承元 SmoException) |
| Message |
例外のメッセージを文字列として取得します。 |
| PropertyName |
呼び出し元が列挙中に null を返したプロパティを要求するときにスローされる例外。 |
| SmoExceptionType |
T:Microsoft から実行の種類を取得します。SqlServer.Management.Smo.SmoExceptionType 列挙型。 |
メソッド
| 名前 | 説明 |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) |
シリアル化ヘルパー メソッド。 |
| SetHelpContext(String) |
呼び出し元が列挙中に null を返したプロパティを要求するときにスローされる例外。 (継承元 SmoException) |