diff Stocks/Stocks.Common/Exceptions/InvalidWebPriceData.cs @ 6:c812bca7b1ac

"Restore packages on build" enabled by Nuget 1.6 General refactoring based on code analysis
author stevenh7776 stevenhollidge@hotmail.com
date Tue, 21 Feb 2012 01:00:34 +0700
parents e5d46bb6cdb0
children
line wrap: on
line diff
--- a/Stocks/Stocks.Common/Exceptions/InvalidWebPriceData.cs	Mon Feb 20 23:07:37 2012 +0700
+++ b/Stocks/Stocks.Common/Exceptions/InvalidWebPriceData.cs	Tue Feb 21 01:00:34 2012 +0700
@@ -5,6 +5,7 @@
 
 namespace Stocks.Common.Exceptions
 {
+  [Serializable]
   public class InvalidWebPriceDataException : Exception
   {
     public string WebPriceData { get; set; }