ValidationError Constructors
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.
Overloads
ValidationError() |
Initializes a new instance of the ValidationError class. |
ValidationError(String, String) |
Initializes a new instance of the ValidationError class. |
ValidationError()
Initializes a new instance of the ValidationError class.
public ValidationError ();
Public Sub New ()
Applies to
ValidationError(String, String)
Initializes a new instance of the ValidationError class.
public ValidationError (string text = default, string severity = default);
new Microsoft.Azure.Management.DataMigration.Models.ValidationError : string * string -> Microsoft.Azure.Management.DataMigration.Models.ValidationError
Public Sub New (Optional text As String = Nothing, Optional severity As String = Nothing)
Parameters
- text
- String
Error Text
- severity
- String
Severity of the error Possible values include: 'Message', 'Warning', 'Error'