Class
UnsupportedPropertyException

Indicates an unsupported property is used.

Definition

Namespace:ArtOfTest.WebAii.DesktopAutomation

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public sealed class UnsupportedPropertyException : Exception, ISerializable, _Exception

Inheritance: objectExceptionUnsupportedPropertyException

Implements: ISerializable_Exception

Inherited Members Exception.GetBaseException()Exception.ToString()Exception.GetObjectData(SerializationInfo, StreamingContext)Exception.GetType()Exception.MessageException.DataException.InnerExceptionException.TargetSiteException.StackTraceException.HelpLinkException.SourceException.HResult

Constructors

UnsupportedPropertyException()

Create new instance of UnsupportedPropertyException class.

Declaration

cs-api-definition
public UnsupportedPropertyException()

UnsupportedPropertyException(string)

Create new instance of UnsupportedPropertyException class.

Declaration

cs-api-definition
public UnsupportedPropertyException(string propertyName)

Parameters

propertyName

string

Property name.

UnsupportedPropertyException(string, Exception)

Create new instance of UnsupportedPropertyException class.

Declaration

cs-api-definition
public UnsupportedPropertyException(string propertyName, Exception innerException)

Parameters

propertyName

string

Property name.

innerException

Exception

The inner exception.