System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei Unify.SQLBase.Data.SQLBaseCommand.Dispose
bei Unify.SQLBase.Data.SQLBaseCommand.Finalize
Yes, this is a very unpleasant exception. It is raised by the finalizer of the SQLBaseCommand class. What happens when the finalizer thread is started. It is completely asynchronous from your code, it can hit at any given time. The CLR will immediately terminate your program.
, SQLBase . , . , SqlCommand, . , (Unify).