Dela via


DatabaseErrorLogState(Type) Constructor

Definition

Initializes a new instance of the DatabaseErrorLogState class.

public DatabaseErrorLogState (Type contextType);
new Microsoft.EntityFrameworkCore.Storage.DatabaseErrorLogState : Type -> Microsoft.EntityFrameworkCore.Storage.DatabaseErrorLogState
Public Sub New (contextType As Type)

Parameters

contextType
Type

The type of the derived context that the error occurred for.

Applies to