Class TechnologyNotSupportedException
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
infoSerializationInfoThe SerializationInfo that holds the serialized object data about the exception being thrown.
contextStreamingContextThe 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
messagestringThe 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)