public static void Main()
} catch (InvalidOperationException)
public static void InternalMethod()
} catch(InvalidOperationException)
throw new InvalidOperationException();
} catch(FileNotFoundException)
throw new InvalidOperationException();
public static void InvalidRequest()
Random rnd = new Random();
throw new InvalidOperationException();
throw new FileNotFoundException();