InRowChangingEventExceptionとは? わかりやすく解説

InRowChangingEventException クラス

RowChanging イベント内で EndEdit メソッド呼び出したときにスローされる例外表します

名前空間: System.Data
アセンブリ: System.Data (system.data.dll 内)
構文構文

<SerializableAttribute> _
Public Class InRowChangingEventException
    Inherits DataException
Dim instance As InRowChangingEventException
[SerializableAttribute] 
public class InRowChangingEventException :
 DataException
[SerializableAttribute] 
public ref class InRowChangingEventException
 : public DataException
/** @attribute SerializableAttribute() */ 
public class InRowChangingEventException extends
 DataException
SerializableAttribute 
public class InRowChangingEventException extends
 DataException
継承階層継承階層
System.Object
   System.Exception
     System.SystemException
       System.Data.DataException
        System.Data.InRowChangingEventException
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
InRowChangingEventException メンバ
System.Data 名前空間

InRowChangingEventException コンストラクタ ()


InRowChangingEventException コンストラクタ (SerializationInfo, StreamingContext)

シリアル化情報指定して、InRowChangingEventException クラス新しインスタンス初期化します。

名前空間: System.Data
アセンブリ: System.Data (system.data.dll 内)
構文構文

Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New InRowChangingEventException(info,
 context)
protected InRowChangingEventException (
    SerializationInfo info,
    StreamingContext context
)
protected:
InRowChangingEventException (
    SerializationInfo^ info, 
    StreamingContext context
)
protected InRowChangingEventException (
    SerializationInfo info, 
    StreamingContext context
)
protected function InRowChangingEventException
 (
    info : SerializationInfo, 
    context : StreamingContext
)

パラメータ

info

オブジェクトシリアル化または逆シリアル化必要なデータ

context

指定したシリアル化ストリーム転送元と転送先の説明

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
InRowChangingEventException クラス
InRowChangingEventException メンバ
System.Data 名前空間
StreamingContext
SerializationInfo

InRowChangingEventException コンストラクタ (String, Exception)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

指定したエラー メッセージと、この例外原因である内部例外への参照使用して、T:System.Data.InRowChangingEventException クラス新しインスタンス初期化します。

名前空間: System.Data
アセンブリ: System.Data (system.data.dll 内)
構文構文

Public Sub New ( _
    message As String, _
    innerException As Exception _
)
Dim message As String
Dim innerException As Exception

Dim instance As New InRowChangingEventException(message,
 innerException)
public InRowChangingEventException (
    string message,
    Exception innerException
)
public:
InRowChangingEventException (
    String^ message, 
    Exception^ innerException
)
public InRowChangingEventException (
    String message, 
    Exception innerException
)
public function InRowChangingEventException
 (
    message : String, 
    innerException : Exception
)

パラメータ

message

例外原因説明するエラー メッセージ

innerException

現在の例外の原因である例外内部例外指定されていない場合null 参照 (Visual Basic では、Nothing)。

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
InRowChangingEventException クラス
InRowChangingEventException メンバ
System.Data 名前空間

InRowChangingEventException コンストラクタ (String)


InRowChangingEventException コンストラクタ

InRowChangingEventException クラス新しインスタンス初期化します。
オーバーロードの一覧オーバーロードの一覧

名前 説明
InRowChangingEventException () InRowChangingEventException クラス新しインスタンス初期化します。

.NET Compact Framework によってサポートされています。

InRowChangingEventException (String) 文字列指定してInRowChangingEventException クラス新しインスタンス初期化します。

.NET Compact Framework によってサポートされています。

InRowChangingEventException (SerializationInfo, StreamingContext) シリアル化情報指定してInRowChangingEventException クラス新しインスタンス初期化します。
InRowChangingEventException (String, Exception) 指定したエラー メッセージと、この例外原因である内部例外への参照使用して、T:System.Data.InRowChangingEventException クラス新しインスタンス初期化します。

.NET Compact Framework によってサポートされています。

参照参照

関連項目

InRowChangingEventException クラス
InRowChangingEventException メンバ
System.Data 名前空間

InRowChangingEventException プロパティ


InRowChangingEventException メソッド


パブリック メソッドパブリック メソッド

プロテクト メソッドプロテクト メソッド
参照参照

関連項目

InRowChangingEventException クラス
System.Data 名前空間

InRowChangingEventException メンバ

RowChanging イベント内で EndEdit メソッド呼び出したときにスローされる例外表します

InRowChangingEventException データ型公開されるメンバを以下の表に示します


パブリック コンストラクタパブリック コンストラクタ
( プロテクト コンストラクタ参照)
  名前 説明
パブリック メソッド InRowChangingEventException オーバーロードされます。 InRowChangingEventException クラス新しインスタンス初期化します。
プロテクト コンストラクタプロテクト コンストラクタ
  名前 説明
プロテクト メソッド InRowChangingEventException オーバーロードされますInRowChangingEventException クラス新しインスタンス初期化します。
パブリック プロパティパブリック プロパティ
プロテクト プロパティプロテクト プロパティ
  名前 説明
プロテクト プロパティ HResult  特定の例外割り当てられているコード化数値である HRESULT を取得または設定します。(Exception から継承されます。)
パブリック メソッドパブリック メソッド
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

InRowChangingEventException クラス
System.Data 名前空間


このページでは「.NET Framework クラス ライブラリ リファレンス」からInRowChangingEventExceptionを検索した結果を表示しています。
Weblioに収録されているすべての辞書からInRowChangingEventExceptionを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からInRowChangingEventException を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「InRowChangingEventException」の関連用語

InRowChangingEventExceptionのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



InRowChangingEventExceptionのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS