Sdílet prostřednictvím


ModelErrorCollection.Add Metoda

Definice

Přetížení

Add(Exception)

Přidá zadanou exception instanci.

Add(String)

Přidá zadanou chybovou zprávu.

Add(Exception)

Zdroj:
ModelErrorCollection.cs
Zdroj:
ModelErrorCollection.cs
Zdroj:
ModelErrorCollection.cs

Přidá zadanou exception instanci.

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

Parametry

exception
Exception

Parametr Exception nahraďte názvem sestavy.

Platí pro

Add(String)

Zdroj:
ModelErrorCollection.cs
Zdroj:
ModelErrorCollection.cs
Zdroj:
ModelErrorCollection.cs

Přidá zadanou chybovou zprávu.

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

Chybová zpráva

Platí pro