mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-16 22:40:30 +00:00
Misc
This commit is contained in:
@@ -75,7 +75,6 @@ public sealed class ASFResponse {
|
|||||||
internal ASFResponse(string buildVariant, bool canUpdate, GlobalConfig globalConfig, uint memoryUsage, DateTime processStartTime, Version version) {
|
internal ASFResponse(string buildVariant, bool canUpdate, GlobalConfig globalConfig, uint memoryUsage, DateTime processStartTime, Version version) {
|
||||||
ArgumentException.ThrowIfNullOrEmpty(buildVariant);
|
ArgumentException.ThrowIfNullOrEmpty(buildVariant);
|
||||||
ArgumentNullException.ThrowIfNull(globalConfig);
|
ArgumentNullException.ThrowIfNull(globalConfig);
|
||||||
ArgumentOutOfRangeException.ThrowIfZero(memoryUsage);
|
|
||||||
ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(processStartTime, DateTime.UnixEpoch);
|
ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(processStartTime, DateTime.UnixEpoch);
|
||||||
ArgumentNullException.ThrowIfNull(version);
|
ArgumentNullException.ThrowIfNull(version);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user