Skip to content

Commit

Permalink
Merge pull request #143 from KodrAus/master
Browse files Browse the repository at this point in the history
Make NeoException serializable
  • Loading branch information
cskardon committed Jan 17, 2016
2 parents 90fff5b + aeee33d commit fe019a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Neo4jClient/NeoException.cs
Expand Up @@ -3,6 +3,7 @@

namespace Neo4jClient
{
[Serializable]
public class NeoException : ApplicationException
{
readonly string neoMessage;
Expand Down

0 comments on commit fe019a0

Please sign in to comment.