Exemplo n.º 1
0
 internal void SetStackInfo(StackInfo info)
 {
     m_StackInfo = info;
 }
Exemplo n.º 2
0
 public CodeObject(string breviary, int line)
 {
     StackInfo = new StackInfo(breviary, line);
 }
Exemplo n.º 3
0
 public CodeObject(string breviary, int line)
 {
     this.StackInfo = new Scorpio.Exception.StackInfo(breviary, line);
 }