ModelErrorCollection.Add Methode

Definition

Überlädt

Add(Exception)

Fügt die angegebene exception instance hinzu.

Add(String)

Fügt die angegebene Fehlermeldung hinzu.

Add(Exception)

Quelle:
ModelErrorCollection.cs
Quelle:
ModelErrorCollection.cs
Quelle:
ModelErrorCollection.cs

Fügt die angegebene exception instance hinzu.

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

Parameter

exception
Exception

Der Exception

Gilt für:

Add(String)

Quelle:
ModelErrorCollection.cs
Quelle:
ModelErrorCollection.cs
Quelle:
ModelErrorCollection.cs

Fügt die angegebene Fehlermeldung hinzu.

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

Parameter

errorMessage
String

Die Fehlermeldung.

Gilt für: