DataMigrationError 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
DataMigrationError() |
Initializes a new instance of the DataMigrationError class. |
DataMigrationError(String, String) |
Initializes a new instance of the DataMigrationError class. |
DataMigrationError()
Initializes a new instance of the DataMigrationError class.
public DataMigrationError ();
Public Sub New ()
Applies to
DataMigrationError(String, String)
Initializes a new instance of the DataMigrationError class.
public DataMigrationError (string message = default, string type = default);
new Microsoft.Azure.Management.DataMigration.Models.DataMigrationError : string * string -> Microsoft.Azure.Management.DataMigration.Models.DataMigrationError
Public Sub New (Optional message As String = Nothing, Optional type As String = Nothing)
Parameters
- message
- String
Error description
- type
- String
Error type Possible values include: 'Default', 'Warning', 'Error'