PropertyDoesNotExistException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the PropertyDoesNotExistException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
PropertyDoesNotExistException() | Initializes a new instance of the PropertyDoesNotExistException class. |
![]() |
PropertyDoesNotExistException(String) | Initializes a new instance of the PropertyDoesNotExistException class by using the specified property name. |
![]() |
PropertyDoesNotExistException(SerializationInfo, StreamingContext) | Initializes a new instance of the PropertyDoesNotExistException class by using the specified serialization context. |
![]() |
PropertyDoesNotExistException(String, Exception) | Initializes a new instance of the PropertyDoesNotExistException class by using the specified property name and inner exception. |
Top