more vs nag fixes

x64 solution and projects are necessary for proper vs debugging
This commit is contained in:
Mark Sturgill 2013-10-21 23:15:13 -07:00
parent 75817400fc
commit ed06db12bf
4 changed files with 57 additions and 6 deletions

View file

@ -228,6 +228,7 @@ namespace Server.Network {
}
}
[Serializable]
public sealed class CapacityExceededException : Exception {
public CapacityExceededException()
: base( "Too much data pending." ) {