Share via


PropertyReadOnlyException Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the PropertyReadOnlyException 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
Public method PropertyReadOnlyException() Initializes a new instance of the PropertyReadOnlyException class.
Public method PropertyReadOnlyException(String) Initializes a new instance of the PropertyReadOnlyException class for the specified property.
Public method PropertyReadOnlyException(String, Exception) Initializes a new instance of the PropertyReadOnlyException class with the specified message and the specified inner exception.

Top