AssertEx.

IsArgumentException(Exception, string, string) Method

Namespace
Xunit
Containing Type
AssertEx

Syntax

public static void IsArgumentException(Exception exception, string parameterName, string message)

Parameters

Name Type Description
exception Exception
parameterName string
message string

Return Value

Type Description
void