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) |