There are no context policies.

  • Thread starter Thread starter Kuba Florczyk
  • Start date Start date
K

Kuba Florczyk

Could somebody explain this error for me? :

There are no context policies.
: Unhandled exception: System.Threading.ThreadAbortException: Thread was
being aborted.
at System.Threading.Thread.Sleep(Int32 millisecondsTimeout)
at Plugin.Chat.Run()

DotNet app use some C++ library thru wrapper and sometimes when the c++ app
throws an exeption (handled) i got errors like above. What is interesting
all threads worked in dotnet application throws exceptions like this.

regards
kuba florczyk
 
Back
Top