<PackageReference Include="SSH.NET" Version="2026.0.0" />

System.ThrowExtensions

static class ThrowExtensions

public static void ThrowIf(bool condition, object instance)

public static void ThrowIfNegative(long value, string paramName = null)

public static void ThrowIfNull(object argument, string paramName = null)

public static void ThrowIfNullOrEmpty(string argument, string paramName = null)

public static void ThrowIfNullOrWhiteSpace(string argument, string paramName = null)