40 FxCop Warnings; good practice
This commit is contained in:
parent
3f535ea235
commit
34e3a88bfe
30 changed files with 45 additions and 49 deletions
|
|
@ -125,7 +125,7 @@ namespace Server
|
|||
return m_Maps[index];
|
||||
}
|
||||
|
||||
throw new Exception( "Invalid map name" );
|
||||
throw new ArgumentException( "Invalid map name" );
|
||||
}
|
||||
|
||||
private static void CheckNamesAndValues()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue