 | EqualsTestException Constructor (String) |
Namespace: Capgemini.CommonObjectUtils.TestingAssembly: Capgemini.CommonObjectUtils (in Capgemini.CommonObjectUtils.dll) Version: 1.3.0.0
Syntaxpublic EqualsTestException(
string message
)
Public Sub New (
message As String
)
public:
EqualsTestException(
String^ message
)
new :
message : string -> EqualsTestException
Parameters
- message
- Type: SystemString
The error message.
See Also