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