コード例 #1
0
ファイル: GetDapError.cs プロジェクト: paladin74/Dapple
 internal GetDapError(string strFileName)
     : base(strFileName)
 {
     if (s_hError != null)
     throw new ApplicationException("GetDapError has already been constructed");
      s_hError = this;
 }
コード例 #2
0
 internal GetDapError(string strFileName) : base(strFileName)
 {
     if (s_hError != null)
     {
         throw new ApplicationException("GetDapError has already been constructed");
     }
     s_hError = this;
 }
コード例 #3
0
 protected override void Disposing()
 {
     s_hError = null;
 }
コード例 #4
0
ファイル: GetDapError.cs プロジェクト: paladin74/Dapple
 protected override void Disposing()
 {
     s_hError = null;
 }