This documentation is archived and is not being maintained.

PropertyDoesNotExistException Constructor

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
Public method PropertyDoesNotExistException() Initializes a new instance of the PropertyDoesNotExistException class.
Public method PropertyDoesNotExistException(String) Initializes a new instance of the PropertyDoesNotExistException class by using the specified property name.
Protected method PropertyDoesNotExistException(SerializationInfo, StreamingContext) Initializes a new instance of the PropertyDoesNotExistException class by using the specified serialization context.
Public method PropertyDoesNotExistException(String, Exception) Initializes a new instance of the PropertyDoesNotExistException class by using the specified property name and inner exception.
Top
Show: