drewburlingame/ObjectPrinter

ExceptionExtensions.SetContext can throw NullRef

sneal opened this issue · 1 comments

If the context is null, ObjectPrinter will throw a NullReferenceException when it calls context.GetType()

For Example: ex.SetContext("MyContext", null);