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