Method | Description | |
---|---|---|
CustomDbUpdateException ( ) : Microsoft.EntityFrameworkCore | ||
CustomDbUpdateException ( string message ) : Microsoft.EntityFrameworkCore | ||
CustomDbUpdateException ( string message, DbUpdateException innerException ) : Microsoft.EntityFrameworkCore |
public CustomDbUpdateException ( ) : Microsoft.EntityFrameworkCore | ||
return | Microsoft.EntityFrameworkCore |
public CustomDbUpdateException ( string message ) : Microsoft.EntityFrameworkCore | ||
message | string | |
return | Microsoft.EntityFrameworkCore |
public CustomDbUpdateException ( string message, DbUpdateException innerException ) : Microsoft.EntityFrameworkCore | ||
message | string | |
innerException | DbUpdateException | |
return | Microsoft.EntityFrameworkCore |