次の方法で共有


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)

適用対象