NETProvider icon indicating copy to clipboard operation
NETProvider copied to clipboard

System.NullReferenceException on LogMessages

Open Edher-Santos-EM opened this issue 3 years ago • 0 comments

After transaction is commited or rolled back, the method CompleteTransaction set null to _transaction, after that the method TransactionCommitted of class LogMessages is called and a NullReferenceException is thrown.

Edher-Santos-EM avatar Aug 30 '22 22:08 Edher-Santos-EM