Exemplo n.º 1
0
 internal GetDapError(string strFileName)
     : base(strFileName)
 {
     if (s_hError != null)
     throw new ApplicationException("GetDapError has already been constructed");
      s_hError = this;
 }
Exemplo n.º 2
0
 internal GetDapError(string strFileName) : base(strFileName)
 {
     if (s_hError != null)
     {
         throw new ApplicationException("GetDapError has already been constructed");
     }
     s_hError = this;
 }
Exemplo n.º 3
0
 protected override void Disposing()
 {
     s_hError = null;
 }
Exemplo n.º 4
0
 protected override void Disposing()
 {
     s_hError = null;
 }