comparison 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
comparison
equal deleted inserted replaced
5:877d70fb8176 6:c812bca7b1ac
3 using System.Linq; 3 using System.Linq;
4 using System.Text; 4 using System.Text;
5 5
6 namespace Stocks.Common.Exceptions 6 namespace Stocks.Common.Exceptions
7 { 7 {
8 [Serializable]
8 public class InvalidWebPriceDataException : Exception 9 public class InvalidWebPriceDataException : Exception
9 { 10 {
10 public string WebPriceData { get; set; } 11 public string WebPriceData { get; set; }
11 public InvalidWebPriceDataException() : base () 12 public InvalidWebPriceDataException() : base ()
12 { 13 {