ModelErrorCollection.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.