StackTrace object and MSMQ

  • Thread starter Thread starter Robert Phillips
  • Start date Start date
R

Robert Phillips

I can successfully place a StackTrace object a MSMQ queue, but when trying
to retrieve it, the call to Message.Body hangs and doesn't return. Strings
and my custom objects work fine. I assumed StackTrace would work since it
is Serializable.

Any insight appreciated.
 
Back
Top