Class ReloadErrorEvent
配置重载错误事件
public sealed class ReloadErrorEvent
- Inheritance
-
ReloadErrorEvent
- Inherited Members
Constructors
ReloadErrorEvent(IReadOnlySet<int>, Exception, bool)
public ReloadErrorEvent(IReadOnlySet<int> affectedLevels, Exception exception, bool rolledBack)
Parameters
affectedLevelsIReadOnlySet<int>exceptionExceptionrolledBackbool
Properties
AffectedLevels
发生错误的配置源层级
public IReadOnlySet<int> AffectedLevels { get; }
Property Value
Exception
异常信息
public Exception Exception { get; }
Property Value
RolledBack
是否已回滚到之前的配置
public bool RolledBack { get; }
Property Value
Timestamp
错误发生的时间戳
public DateTimeOffset Timestamp { get; }