more vs nag fixes
x64 solution and projects are necessary for proper vs debugging
This commit is contained in:
parent
75817400fc
commit
ed06db12bf
4 changed files with 57 additions and 6 deletions
|
|
@ -228,6 +228,7 @@ namespace Server.Network {
|
|||
}
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
public sealed class CapacityExceededException : Exception {
|
||||
public CapacityExceededException()
|
||||
: base( "Too much data pending." ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue