ClassUnsupportedPropertyException
Class
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:
Inherited Members
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
Property name.
UnsupportedPropertyException(string, Exception)
Create new instance of UnsupportedPropertyException class.