DbConnectionFailureEventArgs 成员
为 DbConnectionFailure 事件提供数据,数据库连接在应用变更期间失败时就会出现该事件。
DbConnectionFailureEventArgs 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
DbConnectionFailureEventArgs(Exception, Int32, DbConnectionFailureAction) | 使用指定的异常、重试次数和为响应失败而采取的操作来初始化 DbConnectionFailureEventArgs 类的新实例。 |
页首
方法
名称 | 说明 | |
---|---|---|
Equals(Object) | (继承自 Object。) | |
Finalize() () () () | (继承自 Object。) | |
GetHashCode() () () () | (继承自 Object。) | |
GetType() () () () | (继承自 Object。) | |
MemberwiseClone() () () () | (继承自 Object。) | |
ToString() () () () | (继承自 Object。) |
页首
属性
名称 | 说明 | |
---|---|---|
Action | 获取或设置为响应数据库连接失败而采取的操作。 | |
FailureException | 获取指示失败原因的异常。 | |
RetryCount | 获取为应用事务已执行的重试次数。 |
页首