ClassNoSuchPropertyException
Class
The exception that is thrown when the specified property does not exist on a Silverlight element.
Definition
Namespace:ArtOfTest.WebAii.Silverlight
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class NoSuchPropertyException : ExecuteSilverlightCommandException, ISerializable, _Exception
Inheritance: objectExceptionExecuteSilverlightCommandExceptionNoSuchPropertyException
Implements:
Inherited Members
Constructors
NoSuchPropertyException(string)
Constructs a new NoSuchPropertyException object.
Declaration
cs-api-definition
public NoSuchPropertyException(string message)
Parameters
message
The message to relating to the exception.