ValidationError 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.
Description about the errors happen while performing migration validation
public class ValidationError
type ValidationError = class
Public Class ValidationError
- Inheritance
-
ValidationError
Constructors
ValidationError() |
Initializes a new instance of the ValidationError class. |
ValidationError(String, String) |
Initializes a new instance of the ValidationError class. |
Properties
Severity |
Gets or sets severity of the error Possible values include: 'Message', 'Warning', 'Error' |
Text |
Gets or sets error Text |