PropertyMappingExceptionEventArgs クラス

定義

PropertyMappingError イベントのデータを提供します。

public ref class PropertyMappingExceptionEventArgs : System::Windows::Forms::Integration::IntegrationExceptionEventArgs
public class PropertyMappingExceptionEventArgs : System.Windows.Forms.Integration.IntegrationExceptionEventArgs
type PropertyMappingExceptionEventArgs = class
    inherit IntegrationExceptionEventArgs
Public Class PropertyMappingExceptionEventArgs
Inherits IntegrationExceptionEventArgs
継承
PropertyMappingExceptionEventArgs

注釈

イベント ハンドラーで、 プロパティの値を ThrowExceptiontrue 設定して、例外を発生させる必要があることを示します。

コンストラクター

PropertyMappingExceptionEventArgs(Exception, String, Object)

PropertyMappingExceptionEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

Exception

この Exception に関連付けられている IntegrationExceptionEventArgs を取得します。

(継承元 IntegrationExceptionEventArgs)
PropertyName

プロパティの割り当てエラーに関連付けられているプロパティの名前を取得します。

PropertyValue

プロパティの割り当てエラーに関連付けられているプロパティの値を取得します。

ThrowException

Exception プロパティで指定した Exception を発生させるかどうかを示す値を取得または設定します。

(継承元 IntegrationExceptionEventArgs)

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象

こちらもご覧ください