Click or drag to resize
weroSoft AG, Software
UnitTestAssertionFailedException Constructor (String, Exception)
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Initializes a new instance of the type UnitTestAssertionFailedException.

Namespace:  WeroSoft.UnitTesting
Assembly:  WeroSoft.UnitTesting.Library (in WeroSoft.UnitTesting.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public UnitTestAssertionFailedException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
Message which shall be used for this exception.
innerException
Type: SystemException
The exception that is the cause of the current exception, or a null reference if no inner exception is specified.
See Also