我同时在多个System.Threading.Timer之间共享一个静态数组。这个数组只被第一个定时器线程访问&第二个定时器不会访问这个数组。显示一个异常:"error can expression a native frame is on the call stack in c#“请回复public partial class OPC_server : DevExpress.XtraEditors.XtraForm private System.Threading.Timer timer1;
private System.Threading.