public JobsDepletedException Constructor01(string message, Exception inner) { JobsDepletedException target = new JobsDepletedException(message, inner); return target; // TODO: add assertions to method JobsDepletedExceptionTest.Constructor01(String, Exception) }
public JobsDepletedException Constructor(string message) { JobsDepletedException target = new JobsDepletedException(message); return target; // TODO: add assertions to method JobsDepletedExceptionTest.Constructor(String) }