Share via


UnknownPropertyException Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the UnknownPropertyException class.

Overload List

  Name Description
Public method UnknownPropertyException() Initializes a new instance of the UnknownPropertyException class.
Public method UnknownPropertyException(String) Initializes a new instance of the UnknownPropertyException class for the specified property.
Public method UnknownPropertyException(String, Exception) Initializes a new instance of the UnknownPropertyException class with the specified message and inner exception.

Top