ValueMismatchPropertyException クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プロパティの値が誤っている場合に使用される例外を表します。
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(ISfcProperty, Object, Object) |
指定されたプロパティと値を使用して、ValueMismatchPropertyException クラスの新しいインスタンスを初期化します。 |
プロパティ
AssignedValue |
PropertyException 内のオブジェクトの割り当てられた値を取得します。 |
ExistingValue |
PropertyException 内のオブジェクトの現在の値を取得します。 |
Property |
例外に関する追加のユーザー定義情報を提供する、キーと値のペアのコレクションを取得します。 (継承元 PropertyException) |