This documentation is archived and is not being maintained.
PropertyDoesNotExistException Constructor
Visual Studio 2013
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.
| 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. |
Show: