| AmbiguousFindResultException Constructor (String, Exception) | 
 
            Initializes a new instance of the AmbiguousFindResultException class with the specified
            error message and a reference to the inner exception that is the cause of this exception.
            
 
    Namespace: 
   SmartBear.TestLeft
    Assembly:
   SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
 Syntax
Syntaxpublic AmbiguousFindResultException(
	string message,
	Exception innerException
)
Public Sub New ( 
	message As String,
	innerException As Exception
)
Dim message As String
Dim innerException As Exception
Dim instance As New AmbiguousFindResultException(message, 
	innerException)
public:
AmbiguousFindResultException(
	String^ message, 
	Exception^ innerException
)
Parameters
- message
- Type: SystemString
 The error message that explains the reason for the exception.
- innerException
- Type: SystemException
 The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
 See Also
See Also