PropertyException クラス

定義

プロパティの操作が失敗した場合に発生するエラーを表します。

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

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

適用対象