From 871b252b6c0ae26bd883bef3fcfc38cbf0fc4d56 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 21 Jul 2015 10:02:34 -0700 Subject: [PATCH] Make exception Serializable --- MaxMind.Db/InvalidDatabaseException.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MaxMind.Db/InvalidDatabaseException.cs b/MaxMind.Db/InvalidDatabaseException.cs index 5de2709..842b126 100644 --- a/MaxMind.Db/InvalidDatabaseException.cs +++ b/MaxMind.Db/InvalidDatabaseException.cs @@ -9,6 +9,7 @@ namespace MaxMind.Db /// /// Thrown when the MaxMind database file is incorrectly formatted /// + [Serializable] public class InvalidDatabaseException : ApplicationException { ///