Udostępnij za pośrednictwem


ModelErrorCollection.Add Metoda

Definicja

Przeciążenia

Add(Exception)

Dodaje określone exception wystąpienie.

Add(String)

Dodaje określony komunikat o błędzie.

Add(Exception)

Źródło:
ModelErrorCollection.cs
Źródło:
ModelErrorCollection.cs
Źródło:
ModelErrorCollection.cs

Dodaje określone exception wystąpienie.

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

Parametry

exception
Exception

Element Exception.

Dotyczy

Add(String)

Źródło:
ModelErrorCollection.cs
Źródło:
ModelErrorCollection.cs
Źródło:
ModelErrorCollection.cs

Dodaje określony komunikat o błędzie.

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

Parametry

errorMessage
String

Komunikat o błędzie.

Dotyczy