C# Class Griddly.Mvc.Exceptions.DapperGriddlyException

Inheritance: System.Exception
Datei anzeigen Open project: programcsharp/griddly

Public Methods

Method Description
DapperGriddlyException ( string message, string sql, object param = null, Exception ex = null ) : System

Method Details

DapperGriddlyException() public method

public DapperGriddlyException ( string message, string sql, object param = null, Exception ex = null ) : System
message string
sql string
param object
ex System.Exception
return System