ValidationResult Constructor (String^, IEnumerable<String^>^)
.NET Framework (current version)
Initializes a new instance of the ValidationResult class by using an error message and a list of members that have validation errors.
Assembly: System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)
Parameters
- errorMessage
-
Type:
System::String^
The error message.
- memberNames
-
Type:
System.Collections.Generic::IEnumerable<String^>^
The list of member names that have validation errors.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 3.0
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 3.0
Show: