| AmbiguousFindResultException Constructor (String) | 
 
            Initializes a new instance of the AmbiguousFindResultException class with the specified error message.
            
 
    Namespace: 
   SmartBear.TestLeft
    Assembly:
   SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
 Syntax
Syntaxpublic AmbiguousFindResultException(
	string message
)
Public Sub New ( 
	message As String
)
Dim message As String
Dim instance As New AmbiguousFindResultException(message)
public:
AmbiguousFindResultException(
	String^ message
)
Parameters
- message
- Type: SystemString
 The message that describes the error.
 See Also
See Also