1

Closed

Throw exception from ITraceWriter.Trace cause self-host down.

description

It can be solved by wrapping try/catch structure around all logics in TraceWriter. However it would be nice to provide a inner established mechanism just in cause user provide a bad implementation.
Closed Apr 5 at 6:51 PM by HongmeiG
Troy's case was when he wants to write to a file in the Trace method and when file does not exist or some file IO exception. So I think he can easily add try/catch in his tracer rather than us adding try/catch.

comments