<PackageReference Include="nunit" Version="2.5.9.10348" />

Throws

public class Throws
public static ExactTypeConstraint ArgumentException { get; }

public static ThrowsNothingConstraint Nothing { get; }

public Throws()

public static InstanceOfTypeConstraint InstanceOf(Type expectedType)

public static ExactTypeConstraint TypeOf(Type expectedType)

public static ExactTypeConstraint TypeOf<T>()