C# Class AutoLot.Dal.Exceptions.CustomDbUpdateException

Inheritance: AutoLot.Dal.Exceptions.CustomException
Afficher le fichier Open project: Apress/pro-c-sharp-9-w-.net-core-5

Méthodes publiques

Méthode Description
CustomDbUpdateException ( ) : Microsoft.EntityFrameworkCore
CustomDbUpdateException ( string message ) : Microsoft.EntityFrameworkCore
CustomDbUpdateException ( string message, DbUpdateException innerException ) : Microsoft.EntityFrameworkCore

Method Details

CustomDbUpdateException() public méthode

public CustomDbUpdateException ( ) : Microsoft.EntityFrameworkCore
Résultat Microsoft.EntityFrameworkCore

CustomDbUpdateException() public méthode

public CustomDbUpdateException ( string message ) : Microsoft.EntityFrameworkCore
message string
Résultat Microsoft.EntityFrameworkCore

CustomDbUpdateException() public méthode

public CustomDbUpdateException ( string message, DbUpdateException innerException ) : Microsoft.EntityFrameworkCore
message string
innerException DbUpdateException
Résultat Microsoft.EntityFrameworkCore