AutomaticMigrationsDisabledException Constructor
Initializes a new instance of the AutomaticMigrationsDisabledException class.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | AutomaticMigrationsDisabledException() | Initializes a new instance of the AutomaticMigrationsDisabledException class. |
![]() | AutomaticMigrationsDisabledException(String) | Initializes a new instance of the AutomaticMigrationsDisabledException class. |
![]() | AutomaticMigrationsDisabledException(String, Exception) | Initializes a new instance of the MigrationsException class. |
AutomaticMigrationsDisabledException Constructor ()
Initializes a new instance of the AutomaticMigrationsDisabledException class.
AutomaticMigrationsDisabledException Constructor (String)
Initializes a new instance of the AutomaticMigrationsDisabledException class.
Parameters
- message
-
Type:
System.String
The message that describes the error.
AutomaticMigrationsDisabledException Constructor (String, Exception)
Initializes a new instance of the MigrationsException class.
Parameters
- message
-
Type:
System.String
The message that describes the error.
- innerException
-
Type:
System.Exception
The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.