ValueMismatchPropertyException クラス

定義

物件の価値が誤りの場合に例外を用いる場合を表します。

public ref class ValueMismatchPropertyException : Microsoft::SqlServer::Management::Data::PropertyException
[System.Serializable]
public class ValueMismatchPropertyException : Microsoft.SqlServer.Management.Data.PropertyException
[<System.Serializable>]
type ValueMismatchPropertyException = class
    inherit PropertyException
Public Class ValueMismatchPropertyException
Inherits PropertyException
継承
ValueMismatchPropertyException
属性

コンストラクター

名前 説明
ValueMismatchPropertyException()

デフォルトのプロパティ値で ValueMismatchPropertyException クラスの新しいインスタンスを初期化します。

ValueMismatchPropertyException(ISfcProperty, Object, Object)

指定されたプロパティと値を持つ ValueMismatchPropertyException クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
AssignedValue

PropertyExceptionでオブジェクトの割り当て値を取得します。

ExistingValue

PropertyExceptionのオブジェクトの現在の値を取得します。

Property

例外に関する追加のユーザー定義情報を提供するキーと値のペアのコレクションを取得します。

(継承元 PropertyException)

適用対象