Table of Contents

Class GeneralLeanFtException

Namespace
HP.LFT.SDK
Assembly
HP.LFT.SDK.dll

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

info SerializationInfo

The SerializationInfo that holds the serialized object data about the exception being thrown.

context StreamingContext

The 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

message string

The 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

message string

The error message that explains the reason for the exception.

exception Exception

The exception that is the cause of the current exception.

Properties

ErrorCode

The error code associated with this exception, if applicable.

public int ErrorCode { get; }

Property Value

int