言語

PropertyTypeMismatchException クラス

定義

間違った型の値がプロパティに割り当てられている場合にスローされる例外。

[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
属性

コンストラクター

名前 説明
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)

適用対象