C# Class FS.Log.Default.SqlErrorLog

Inheritance: FS.Log.Default.Entity.CommonLog
Afficher le fichier Open project: FarseerNet/Farseer.Net

Private Properties

Свойство Type Description
SendEmail void

Méthodes publiques

Méthode Description
SqlErrorLog ( Exception exp, string name, CommandType cmdType, string sql, List param ) : System

SQL异常记录写入

Write ( ) : void

Private Methods

Méthode Description
SendEmail ( ) : void

发送邮件

Method Details

SqlErrorLog() public méthode

SQL异常记录写入
public SqlErrorLog ( Exception exp, string name, CommandType cmdType, string sql, List param ) : System
exp System.Exception 异常信息
name string 表名称
cmdType CommandType 执行方式
sql string T-SQL
param List SQL参数
Résultat System

Write() public méthode

public Write ( ) : void
Résultat void