Exception on Dump of an object

Options
matteomigliore
edited September 2014 in General
Hi,

The script that does not work:

var builder = new MailBuilder();
var mail = builder.Create().Dump();
The library is Mail.dll on Nuget.


Thanks,

Matteo

Comments