diff --git a/Neo4jClient/NeoException.cs b/Neo4jClient/NeoException.cs index 8a097d863..bc00c3757 100644 --- a/Neo4jClient/NeoException.cs +++ b/Neo4jClient/NeoException.cs @@ -3,6 +3,7 @@ namespace Neo4jClient { + [Serializable] public class NeoException : ApplicationException { readonly string neoMessage;