ModelErrorCollection.Add Method

Definition

Adds a validation error to the collection.

Overloads

Add(Exception)

Adds a validation error to the collection using the specified exception.

Add(String)

Adds a validation error to the collection using the specified error message string.

Add(Exception)

Adds a validation error to the collection using the specified exception.

public:
 void Add(Exception ^ exception);
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 a validation error to the collection using the specified error message string.

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

Parameters

errorMessage
String

The error message string.

Applies to