Delen via


PropertyCannotBeRetrievedException Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the PropertyCannotBeRetrievedException class.

Overload List

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

Top