Click or drag to resize
ErrorTestException Constructor (String, Exception)
Initializes a new instance of the ErrorTestException class.

Namespace: Capgemini.CommonObjectUtils.Testing
Assembly: Capgemini.CommonObjectUtils (in Capgemini.CommonObjectUtils.dll) Version: 1.3.0.0
Syntax
public ErrorTestException(
	string message,
	Exception cause
)

Parameters

message
Type: SystemString
The exception message.
cause
Type: SystemException
The underlying cause.
See Also