C# Syntax
public OutOfRangeException( ITestObject testObject, int errorCode, string message )
Parameters
- testObject
- The test object on which the run error occurred.
- errorCode
- The error code associated with this exception.
- message
- The error message that explains the reason for the exception.