Click or drag to resize
HarnessException Constructor (String)
Initializes a new instance of the HarnessException class with a specified error message.

Namespace:  TestArchitect.Harness.Core
Assembly:  TestArchitect.Harness.Bundle.Core (in TestArchitect.Harness.Bundle.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public HarnessException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also