ExceptionAssertThrowsT Method (Action, String)

Scanjour Workflow4 Reference Manual

[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Assertions.ExceptionAssert.Throws``1(System.Action,System.String)"]

Namespace:  Scanjour.Workflow4.TestFramework.Internal.Assertions
Assembly:  Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static void Throws<T>(
	Action action,
	string expectedError
)
where T : Exception

Parameters

action
Type: SystemAction

[Missing <param name="action"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Assertions.ExceptionAssert.Throws``1(System.Action,System.String)"]

expectedError
Type: SystemString

[Missing <param name="expectedError"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Assertions.ExceptionAssert.Throws``1(System.Action,System.String)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Assertions.ExceptionAssert.Throws``1(System.Action,System.String)"]

See Also

Reference