Class ErrorInfoEventArgs
监控变量事件数据
public class ErrorInfoEventArgs : EventArgs
- Inheritance
-
ErrorInfoEventArgs
- Inherited Members
- Extension Methods
Constructors
ErrorInfoEventArgs(List<ErrorInfo>)
构造
public ErrorInfoEventArgs(List<ErrorInfo> errorInfo)
Parameters
Properties
ErrorInfo
错误信息
public List<ErrorInfo> ErrorInfo { get; set; }