C# Class Machete.Data.Logging.MacheteIntercepterTransientErrors

Inheritance: System.Data.Entity.Infrastructure.Interception.DbCommandInterceptor
Show file Open project: SavageLearning/Machete

Public Methods

Method Description
ReaderExecuting ( DbCommand command, DbCommandInterceptionContext interceptionContext ) : void

Private Methods

Method Description
CreateDummySqlException ( ) : SqlException

Method Details

ReaderExecuting() public method

public ReaderExecuting ( DbCommand command, DbCommandInterceptionContext interceptionContext ) : void
command System.Data.Common.DbCommand
interceptionContext DbCommandInterceptionContext
return void