MigrationsPendingException Constructor
Initializes a new instance of the MigrationsPendingException class.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | MigrationsPendingException() | Initializes a new instance of the MigrationsPendingException class. |
![]() | MigrationsPendingException(String) | Initializes a new instance of the MigrationsPendingException class. |
![]() | MigrationsPendingException(String, Exception) | Initializes a new instance of the MigrationsPendingException class. |
MigrationsPendingException Constructor ()
Initializes a new instance of the MigrationsPendingException class.
MigrationsPendingException Constructor (String)
Initializes a new instance of the MigrationsPendingException class.
Parameters
- message
-
Type:
System.String
The message that describes the error.
MigrationsPendingException Constructor (String, Exception)
Initializes a new instance of the MigrationsPendingException 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.