ModelErrorCollection.Add メソッド

定義

オーバーロード

Add(Exception)

指定した Exception オブジェクトを model-error コレクションに追加します。

Add(String)

指定されたエラー メッセージをモデル エラー コレクションに追加します。

Add(Exception)

指定した Exception オブジェクトを model-error コレクションに追加します。

public void Add (Exception exception);
override this.Add : Exception -> unit
Public Sub Add (exception As Exception)

パラメーター

exception
Exception

例外。

適用対象

Add(String)

指定されたエラー メッセージをモデル エラー コレクションに追加します。

public void Add (string errorMessage);
override this.Add : string -> unit
Public Sub Add (errorMessage As String)

パラメーター

errorMessage
String

エラー メッセージ。

適用対象