PropertyException クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プロパティの操作が失敗した場合に発生するエラーを表します。
public ref class PropertyException : System::Data::DataException
[System.Serializable]
public class PropertyException : System.Data.DataException
[<System.Serializable>]
type PropertyException = class
inherit DataException
Public Class PropertyException
Inherits DataException
- 継承
-
PropertyException
- 派生
- 属性
コンストラクター
| PropertyException() |
PropertyException クラスの新しいインスタンスを既定のプロパティ値で初期化します。 |
| PropertyException(ISfcProperty, String) |
指定されたプロパティとメッセージを使用して、PropertyException クラスの新しいインスタンスを初期化します。 |
プロパティ
| Property |
例外に関する追加のユーザー定義情報を提供する、キーと値のペアのコレクションを取得します。 |