MigrationsPendingException Constructor

 

Initializes a new instance of the MigrationsPendingException class.

Namespace:   System.Data.Entity.Migrations.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

NameDescription
System_CAPS_pubmethodMigrationsPendingException()

Initializes a new instance of the MigrationsPendingException class.

System_CAPS_pubmethodMigrationsPendingException(String)

Initializes a new instance of the MigrationsPendingException class.

System_CAPS_pubmethodMigrationsPendingException(String, Exception)

Initializes a new instance of the MigrationsPendingException class.


MigrationsPendingException Constructor ()

Initializes a new instance of the MigrationsPendingException class.

public MigrationsPendingException()

MigrationsPendingException Constructor (String)

Initializes a new instance of the MigrationsPendingException class.

public MigrationsPendingException(
	string message
)

Parameters

message
Type: System.String

The message that describes the error.


MigrationsPendingException Constructor (String, Exception)

Initializes a new instance of the MigrationsPendingException class.

public MigrationsPendingException(
	string message,
	Exception innerException
)

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.