Table of Contents

Class TechnologyNotSupportedException

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

The exception that is thrown when a technology is not supported.

public class TechnologyNotSupportedException : Exception, ISerializable, _Exception
Inheritance
TechnologyNotSupportedException
Implements
Inherited Members

Remarks

This exception applies when calling GetTestObjectMetadataByTechnology(string)

Constructors

TechnologyNotSupportedException()

Initializes a new instance of the TechnologyNotSupportedException class.

public TechnologyNotSupportedException()

TechnologyNotSupportedException(SerializationInfo, StreamingContext)

Initializes a new instance of the TechnologyNotSupportedException class with serialized data.

protected TechnologyNotSupportedException(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.

TechnologyNotSupportedException(string)

Initializes a new instance of the TechnologyNotSupportedException class with a specified error message.

public TechnologyNotSupportedException(string message)

Parameters

message string

The error message that explains the reason for the exception.

TechnologyNotSupportedException(string, Exception)

Initializes a new instance of the TechnologyNotSupportedException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public TechnologyNotSupportedException(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.