C# Class AutoLot.Dal.Exceptions.CustomDbUpdateException

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

Public Methods

Method Description
CustomDbUpdateException ( ) : Microsoft.EntityFrameworkCore
CustomDbUpdateException ( string message ) : Microsoft.EntityFrameworkCore
CustomDbUpdateException ( string message, DbUpdateException innerException ) : Microsoft.EntityFrameworkCore

Method Details

CustomDbUpdateException() public method

public CustomDbUpdateException ( ) : Microsoft.EntityFrameworkCore
return Microsoft.EntityFrameworkCore

CustomDbUpdateException() public method

public CustomDbUpdateException ( string message ) : Microsoft.EntityFrameworkCore
message string
return Microsoft.EntityFrameworkCore

CustomDbUpdateException() public method

public CustomDbUpdateException ( string message, DbUpdateException innerException ) : Microsoft.EntityFrameworkCore
message string
innerException DbUpdateException
return Microsoft.EntityFrameworkCore