C# Class Griddly.Mvc.Exceptions.DapperGriddlyException

Inheritance: System.Exception
Afficher le fichier Open project: programcsharp/griddly

Méthodes publiques

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

Method Details

DapperGriddlyException() public méthode

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