PropertyNotSupportedException

Thrown when trying to access a non-supported property.

Namespace:
Inetdev
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.FrameworkException

Constructors

PropertyNotSupportedException

Initializes a new instance of PropertyNotSupportedException.

Signature:
public Void PropertyNotSupportedException(propertyName, hostingType)
Parameters
Name Type Summary
propertyName String
hostingType Type

PropertyNotSupportedException

Initializes a new instance of PropertyNotSupportedException.

Signature:
public Void PropertyNotSupportedException(propertyName, hostingType, src)
Parameters
Name Type Summary
propertyName String
hostingType Type
src String

In this document