ModelError Class 
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.
An error that occurred during model binding and validation.
public ref class ModelErrorpublic class ModelErrortype ModelError = classPublic Class ModelError- Inheritance
- 
				ModelError
Constructors
| ModelError(Exception, String) | Initializes a new instance of ModelError with the specified  | 
| ModelError(Exception) | Initializes a new instance of ModelError with the specified  | 
| ModelError(String) | Initializes a new instance of ModelError with the specified  | 
Properties
| ErrorMessage | Gets the error message associated with this ModelError instance. | 
| Exception | Gets the Exception associated with this ModelError instance. |