using System;
public class Program
{
public static void Main()
int somevalue = 0;
ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(somevalue, 0);
}