ModelErrorCollection.Add Method

Definition

Overloads

Add(Exception)

Adds the specified Exception object to the model-error collection.

Add(String)

Adds the specified error message to the model-error collection.

Add(Exception)

Adds the specified Exception object to the model-error collection.

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

Parameters

exception
Exception

The exception.

Applies to

Add(String)

Adds the specified error message to the model-error collection.

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

Parameters

errorMessage
String

The error message.

Applies to