1
0
mirror of synced 2026-04-18 06:18:40 +08:00

auto commit

This commit is contained in:
yitter
2022-09-15 23:30:49 +08:00
parent 3b1fb32e21
commit ab2b282da3
7 changed files with 43 additions and 43 deletions

View File

@@ -51,7 +51,7 @@ namespace Yitter.IdGenerator
// }
//}
if (_IdGenInstance == null) throw new ApplicationException("Please initialize Yitter.IdGeneratorOptions first.");
if (_IdGenInstance == null) throw new ArgumentException("Please initialize Yitter.IdGeneratorOptions first.");
return _IdGenInstance.NewLong();
}