Class GeneralLeanFtException
Represents general errors that occur when working with OpenText Functional Testing for Developers.
public class GeneralLeanFtException : Exception, ISerializable, _Exception
- Inheritance
-
GeneralLeanFtException
- Implements
- Derived
- Inherited Members
Constructors
GeneralLeanFtException()
Initializes a new instance of the HP.LFT.SDK.GeneralLeanFTException class.
public GeneralLeanFtException()
GeneralLeanFtException(SerializationInfo, StreamingContext)
Initializes a new instance of the HP.LFT.SDK.GeneralLeanFTException class with serialized data.
protected GeneralLeanFtException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfoThe SerializationInfo that holds the serialized object data about the exception being thrown.
contextStreamingContextThe StreamingContext that contains contextual information about the source or destination.
GeneralLeanFtException(string)
Initializes a new instance of the HP.LFT.SDK.GeneralLeanFTException class with a specified error message.
public GeneralLeanFtException(string message)
Parameters
messagestringThe error message that explains the reason for the exception.
GeneralLeanFtException(string, Exception)
Initializes a new instance of the HP.LFT.SDK.GeneralLeanFTException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public GeneralLeanFtException(string message, Exception exception)
Parameters
messagestringThe error message that explains the reason for the exception.
exceptionExceptionThe exception that is the cause of the current exception.
Properties
ErrorCode
The error code associated with this exception, if applicable.
public int ErrorCode { get; }