The members of NUnit.Framework.Throws are listed below.
See Also: Inherited members from System.Object
Throws() | Documentation for this section has not yet been entered. |
| [read-only] static | ArgumentException | NUnit.Framework.Constraints.ExactTypeConstraint. Creates a constraint specifying an expected TargetInvocationException |
| [read-only] static | Exception | NUnit.Framework.Constraints.ResolvableConstraintExpression. Creates a constraint specifying an expected exception |
| [read-only] static | InnerException | NUnit.Framework.Constraints.ResolvableConstraintExpression. Creates a constraint specifying an exception with a given InnerException |
| [read-only] static | InvalidOperationException | NUnit.Framework.Constraints.ExactTypeConstraint. Creates a constraint specifying an expected TargetInvocationException |
| [read-only] static | Nothing | NUnit.Framework.Constraints.ThrowsNothingConstraint. Creates a constraint specifying that no exception is thrown |
| [read-only] static | TargetInvocationException | NUnit.Framework.Constraints.ExactTypeConstraint. Creates a constraint specifying an expected TargetInvocationException |
static | InstanceOf(Type)Creates a constraint specifying the type of exception expected | |
static | InstanceOf<T>()Creates a constraint specifying the type of exception expected | |
static | TypeOf(Type)Creates a constraint specifying the exact type of exception expected | |
static | TypeOf<T>()Creates a constraint specifying the exact type of exception expected | |