I hereby claim:
- I am danlash on github.
- I am danlash (https://keybase.io/danlash) on keybase.
- I have a public key ASBjEzSjmQ9mNPN8i1n7OooI0AsxOEef60GLXGKlH75wDgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
> EventExceptions.exe | |
Before Exception | |
Implicit caught: Exception! | |
Before Exception | |
Explicit caught: Exception! | |
After Exception | |
> |
class Program | |
{ | |
static void Main(string[] args) | |
{ | |
var model = new {AccountNumber = 123}; | |
var arr = new[] { model }; | |
Console.WriteLine(CurrentJson(model)); | |
Console.WriteLine(CurrentJson(arr)); | |
Console.WriteLine(CurrentJson(arr,true)); |