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