Skip to content

Commit

Permalink
Make exception Serializable
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Jul 21, 2015
1 parent b681e88 commit 871b252
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MaxMind.Db/InvalidDatabaseException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ namespace MaxMind.Db
/// <summary>
/// Thrown when the MaxMind database file is incorrectly formatted
/// </summary>
[Serializable]
public class InvalidDatabaseException : ApplicationException
{
/// <summary>
Expand Down

0 comments on commit 871b252

Please sign in to comment.